mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-29 21:01:27 +00:00
modify dashboard to allow concurrency
This commit is contained in:
+6
-4
@@ -54,15 +54,17 @@ all_conus_landfalls <- get_all_conus_landfalls()
|
||||
|
||||
all_lf_type_storms <- get_all_lf_type_landfalls()
|
||||
|
||||
onStop(function() {
|
||||
disconnect_db()
|
||||
})
|
||||
```
|
||||
|
||||
```{r}
|
||||
storm_selection <- reactiveValues(
|
||||
storm_year = NULL,
|
||||
storm_name = NULL,
|
||||
storm_basin = NULL,
|
||||
)
|
||||
|
||||
onStop(function() {
|
||||
disconnect_db()
|
||||
})
|
||||
```
|
||||
|
||||
Home
|
||||
|
||||
Reference in New Issue
Block a user