modify user flow prior to major redesign

This commit is contained in:
2026-04-04 14:04:41 -04:00
parent 1970983caf
commit 81a67982b1
2 changed files with 233 additions and 626 deletions
+8
View File
@@ -100,6 +100,14 @@ get_latest_normalization_year <- function() {
return(result)
}
get_storm_data_coverage <- function() {
query <- get_tbl("storm_data_coverage")
result <- query %>% collect()
return(result)
}
get_yearly_usa_pop_hu <- function(yr) {
query <- get_tbl("usa_pop_hu", "metrics") %>%
filter(year == yr)