You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/epidatr.Rmd
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,10 @@ knitr::kable(head(epidata))
148
148
149
149
## Getting versioned data
150
150
151
-
The Epidata API stores a historical record of all data, including corrections and updates, which is particularly useful for accurately backtesting forecasting models. To fetch versioned data
152
-
153
-
We can also request data for a single location at a time, via the `geo_values` argument.
151
+
The Epidata API stores a historical record of all data, including corrections
152
+
and updates, which is particularly useful for accurately backtesting
153
+
forecasting models. To fetch versioned data, we can use the `as_of`
154
+
argument.
154
155
155
156
```{r, eval = FALSE}
156
157
# Obtain the smoothed covid-like illness (CLI) signal from the COVID-19
@@ -166,7 +167,7 @@ pub_covidcast(
166
167
)
167
168
```
168
169
169
-
See `vignette("versioned-data")` for more information and more ways to specify versioned data.
170
+
See `vignette("versioned-data")` for details and more ways to specify versioned data.
0 commit comments