File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The [COVIDcast
8080endpoint] ( https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html ) of the
8181Epidata API contains many separate data sources and signals. It can be difficult
8282to 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
8484leaving R.
8585
8686The ` covidcast_epidata() ` function fetches a list of all signals, and returns an
@@ -102,16 +102,16 @@ epidata$signals$`fb-survey:smoothed_cli`
102102```
103103
104104These 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}
108108epidata$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}
117117pub_covidcast(
You can’t perform that action at this time.
0 commit comments