Skip to content

Commit 6a8a224

Browse files
committed
signal discovery blurb and vignette stub
1 parent 3ba3836 commit 6a8a224

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

vignettes/epidatr.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,14 @@ ggplot(epidata, aes(x = time_value, y = value)) +
165165

166166
## Signal discovery
167167

168-
The [Delphi Epidata API documentation](https://cmu-delphi.github.io/delphi-epidata/) has more information on available endpoints. You can also use the `avail_endpoints()` function to get a table of endpoint functions:
168+
Above we used data from [Delphi’s symptom surveys](https://delphi.cmu.edu/covid19/ctis/), but the Epidata API includes numerous data streams: medical claims data, cases and deaths, mobility, and many others. This can make it a challenge to find the data stream that you are most interested in.
169+
170+
The Epidata documentation lists all the data sources and signals available through the API for [COVID-19](https://cmu-delphi.github.io/delphi-epidata/api/covidcast_signals.html) and for [other diseases](https://cmu-delphi.github.io/delphi-epidata/api/README.html#source-specific-parameters).
171+
172+
You can also use the `avail_endpoints()` function to get a table of endpoint functions:
169173

170174
```{r}
171175
avail_endpoints()
172176
```
173177

178+
See `vignette("signal-discovery")` for more information.

vignettes/signal-discovery.Rmd

Whitespace-only changes.

0 commit comments

Comments
 (0)