Skip to content

Commit 06adbcd

Browse files
committed
clean up versioned data wording
1 parent ade3ea2 commit 06adbcd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

vignettes/epidatr.Rmd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,10 @@ knitr::kable(head(epidata))
148148

149149
## Getting versioned data
150150

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.
154155

155156
```{r, eval = FALSE}
156157
# Obtain the smoothed covid-like illness (CLI) signal from the COVID-19
@@ -166,7 +167,7 @@ pub_covidcast(
166167
)
167168
```
168169

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.
170171

171172

172173
## Plotting

0 commit comments

Comments
 (0)