Skip to content

Commit f3db34a

Browse files
committed
docs: update vignette with avail_endpoints
1 parent 67420d2 commit f3db34a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vignettes/epidatr.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ covidcast(
5050
)
5151
```
5252

53-
The [Delphi Epidata API documentation](https://cmu-delphi.github.io/delphi-epidata/) has more information on the available endpoints and arguments.
53+
The [Delphi Epidata API documentation](https://cmu-delphi.github.io/delphi-epidata/) has more information on the available endpoints and arguments. You can also use the `avail_endpoints()` function to get a table of endpoint functions:
54+
55+
```{r}
56+
avail_endpoints()
57+
```
58+
5459
Example queries with all the endpoint functions available in this package are given [below](#example-queries).
5560

5661
## Advanced Usage (Experimental)

0 commit comments

Comments
 (0)