Skip to content

Commit 3872109

Browse files
committed
pretty print tibbles in signal discovery vignette
1 parent 06adbcd commit 3872109

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

vignettes/signal-discovery.Rmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ for [other diseases](https://cmu-delphi.github.io/delphi-epidata/api/README.html
2929
The site also includes a search tool if you have a keyword (e.g. "Taiwan") in mind.
3030

3131

32+
## Signal metadata
33+
34+
...?
35+
36+
3237
## Interactive tooling
3338

3439
We provide a couple `epidatr` functions to help find data sources and signals.
@@ -84,7 +89,10 @@ These signal objects can be used directly to fetch data, without requiring us to
8489
the `pub_covidcast()` function. Simply use the `$call` attribute of the object:
8590

8691
```{r}
87-
covid_sources$signals$`fb-survey:smoothed_cli`$call("state", "pa", epirange(20210405, 20210410))
92+
epidata <- covid_sources$signals$`fb-survey:smoothed_cli`$call(
93+
"state", "pa", epirange(20210405, 20210410)
94+
)
95+
knitr::kable(epidata)
8896
```
8997

9098

0 commit comments

Comments
 (0)