We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4a5d9 commit 8cd4202Copy full SHA for 8cd4202
vignettes/articles/sliding.Rmd
@@ -68,7 +68,7 @@ versions for the less up-to-date input archive.
68
```{r grab-epi-data}
69
theme_set(theme_bw())
70
71
-y <- readRDS(here::here("vignettes/articles/all_states_covidcast_signals.rds"))
+y <- readRDS("all_states_covidcast_signals.rds")
72
y <- purrr::map(y, ~ select(.x, geo_value, time_value, version = issue, value))
73
74
x <- epix_merge(
0 commit comments