mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
update misc code formatting
This commit is contained in:
@@ -77,6 +77,11 @@ view.all_conus_landfalls <- tbl(con, "all_conus_landfalls")
|
||||
|
||||
# helper functions
|
||||
|
||||
# disconnect db connection
|
||||
disconnect_db <- function() {
|
||||
dbDisconnect(con)
|
||||
}
|
||||
|
||||
# splits full_lf_id into lf_type and lf_id
|
||||
split_full_lf_id <- function(full_lf_id) {
|
||||
lf_type = gsub('[0-9]+', '', full_lf_id)
|
||||
|
||||
Reference in New Issue
Block a user