Skip to content

Commit 6ef1f4b

Browse files
dsweber2dsweber2
dsweber2
authored andcommitted
maybe don't leave todo's and load_all cruft
1 parent 5ae94f1 commit 6ef1f4b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

vignettes/endpoints.Rmd

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ knitr::opts_chunk$set(echo = TRUE)
1515

1616
```{r libraries}
1717
# remotes::install_github("cmu-delphi/epidatr")
18-
#library(devtools)
19-
#load_all("epidatr")
2018
library("epidatr")
2119
library("magrittr")
2220
library("dplyr")
@@ -350,10 +348,9 @@ Function reference: <https://cmu-delphi.github.io/epidatr/reference/pvt_norostat
350348
Example call:
351349

352350
```{r, eval=FALSE}
353-
pvt_norostat(auth = Sys.getenv("SECRET_API_AUTH_NOROSTAT"), locations = "ma", epiweeks = epirange(199001, 202105)) %>% fetch_classic()
354-
```
351+
pvt_norostat(auth = Sys.getenv("SECRET_API_AUTH_NOROSTAT"), locations = "1", epiweeks = 201233) %>% fetch_classic()
355352
356-
TODO can't seem to get a relevant sample, the example in the reference section is borked.
353+
```
357354

358355
### Quidel Covid and Influenza testing
359356

0 commit comments

Comments
 (0)