mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +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()
|
all_lf_type_storms <- get_all_lf_type_landfalls()
|
||||||
|
|
||||||
|
onStop(function() {
|
||||||
|
disconnect_db()
|
||||||
|
})
|
||||||
|
```
|
||||||
|
|
||||||
|
```{r}
|
||||||
storm_selection <- reactiveValues(
|
storm_selection <- reactiveValues(
|
||||||
storm_year = NULL,
|
storm_year = NULL,
|
||||||
storm_name = NULL,
|
storm_name = NULL,
|
||||||
storm_basin = NULL,
|
storm_basin = NULL,
|
||||||
)
|
)
|
||||||
|
|
||||||
onStop(function() {
|
|
||||||
disconnect_db()
|
|
||||||
})
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Home
|
Home
|
||||||
|
|||||||
Reference in New Issue
Block a user