We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c82bc6 commit 3ba1990Copy full SHA for 3ba1990
README.Rmd
@@ -45,6 +45,12 @@ forecasting models. We also provide packages for downstream data processing
45
46
## Usage
47
48
+```{r, echo=FALSE}
49
+# This is so that if you have USE_EPIDATR_CACHE=TRUE in your .Renviron, the
50
+# startup message does not get included in the README.md when you build this.
51
+suppressPackageStartupMessages(library(epidatr))
52
+```
53
+
54
```{r}
55
library(epidatr)
56
# Obtain the smoothed covid-like illness (CLI) signal from Delphi's US COVID-19
0 commit comments