mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
update get_latest_aggregate_losses query
This commit is contained in:
@@ -93,7 +93,7 @@ get_latest_aggregate_losses <- function() {
|
|||||||
mutate(
|
mutate(
|
||||||
ncei_priority = case_when(
|
ncei_priority = case_when(
|
||||||
str_like(base_loss_source, "%ncei%") ~ 1,
|
str_like(base_loss_source, "%ncei%") ~ 1,
|
||||||
str_like(base_loss_source, "%ncei%") ~ 2,
|
str_like(base_loss_source, "%mwr%") ~ 2,
|
||||||
TRUE ~ 3
|
TRUE ~ 3
|
||||||
)
|
)
|
||||||
) %>%
|
) %>%
|
||||||
|
|||||||
Reference in New Issue
Block a user