Skip to content

Commit

Permalink
Update another join in aggregation.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslogan committed Oct 4, 2024
1 parent a2ef5a2 commit 9213b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/aggregation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ x <- pub_covidcast(
time_values = epirange(20200601, 20211231),
) %>%
select(geo_value, time_value, cases = value) %>%
full_join(y, by = "geo_value") %>%
inner_join(y, by = "geo_value", relationship = "many-to-one", unmatched = c("error", "drop")) %>%
as_epi_df(as_of = as.Date("2024-03-20"))
```

Expand Down

0 comments on commit 9213b23

Please sign in to comment.