mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
remove async
This commit is contained in:
@@ -186,9 +186,7 @@ get_hurdat_landfalls <- function(storm) {
|
||||
}
|
||||
|
||||
# returns storm track from HURDAT
|
||||
get_hurdat_track <- function(storm, con = con, hurdat.best_track = hurdat.best_track) {
|
||||
#Sys.sleep(5)
|
||||
|
||||
get_hurdat_track <- function(storm) {
|
||||
query <- hurdat.best_track %>%
|
||||
filter(
|
||||
storm_basin == storm$storm_basin,
|
||||
|
||||
Reference in New Issue
Block a user