diff --git a/app/storm_report.qmd b/app/storm_report.qmd index 24a9c55..59da3c2 100644 --- a/app/storm_report.qmd +++ b/app/storm_report.qmd @@ -481,8 +481,6 @@ for(lf in unique_lf_ids) { ) ) - growth <- get_county_and_state(growth) - growth_sf <- growth %>% st_as_sf(wkt = "geom_wkt", crs = 4326) %>% filter(year == max(year))