mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
add mirai setup
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
library(tidyverse)
|
||||
library(dplyr)
|
||||
library(DBI)
|
||||
#library(sf)
|
||||
|
||||
linuxdir <- "/home/dylan/Personal/Projects/Hurricane Normalization/"
|
||||
macdir <- "~/Desktop/Personal/Projects/Hurricane Normalization/"
|
||||
@@ -217,6 +216,15 @@ get_hurdat_landfalls <- function(storm) {
|
||||
|
||||
result <- query %>% collect()
|
||||
|
||||
#return(
|
||||
# list(
|
||||
# data = result,
|
||||
# storm_info = storm,
|
||||
# row_count = nrow(result),
|
||||
# timestamp = Sys.time()
|
||||
# )
|
||||
#)
|
||||
|
||||
return(result)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user