Skip to content

Commit 1d4c769

Browse files
committed
docs: vignette links
1 parent 0358f9f commit 1d4c769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vignettes/epidatr.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The [COVIDcast
8080
endpoint](https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html) of the
8181
Epidata API contains many separate data sources and signals. It can be difficult
8282
to find the name of the signal you're looking for, so you can use
83-
`covidcast_epidata` to get help with finding sources and functions without
83+
`covidcast_epidata()` to get help with finding sources and functions without
8484
leaving R.
8585

8686
The `covidcast_epidata()` function fetches a list of all signals, and returns an
@@ -102,16 +102,16 @@ epidata$signals$`fb-survey:smoothed_cli`
102102
```
103103

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

107107
```{r}
108108
epidata$signals$`fb-survey:smoothed_cli`$call("state", "pa", epirange(20210405, 20210410))
109109
```
110110

111111
## Advanced Usage (Debugging)
112112

113-
We can obtain the `epidata_call` object underlying a request by setting the
114-
`dry_run` argument to `TRUE` in `fetch_args_list`:
113+
We can obtain the [`epidata_call`] object underlying a request by setting the
114+
`dry_run` argument to `TRUE` in `fetch_args_list()`:
115115

116116
```{r}
117117
pub_covidcast(

0 commit comments

Comments
 (0)