You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/epidatr.Rmd
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,12 @@ covidcast(
50
50
)
51
51
```
52
52
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
+
54
59
Example queries with all the endpoint functions available in this package are given [below](#example-queries).
0 commit comments