Skip to content

Commit

Permalink
Update vignettes/epidatr.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov authored Aug 21, 2023
1 parent cf7c391 commit 67dd3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/epidatr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ epidata$signals$`fb-survey:smoothed_cli`
```

These objects can be used directly to fetch data, without requiring us to use
the `covidcast()` function. Simple use the `$call` attribute of the object:
the `covidcast()` function. Simply use the `$call` attribute of the object:

```{r}
epicall <- epidata$signals$`fb-survey:smoothed_cli`$call("state", "pa", epirange(20210405, 20210410))
Expand Down

0 comments on commit 67dd3d1

Please sign in to comment.