Skip to content

Commit 750b860

Browse files
committed
docs: fix vignette typo
1 parent 0b860f3 commit 750b860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/epidatr.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ epicall <- epidata$signals$`fb-survey:smoothed_cli`$call("state", "pa", epirange
4646
epicall %>% fetch()
4747
```
4848

49-
## Example Queries For Every Endpoint
49+
## Example Queries
5050

5151
(Some endpoints allow for the use of `*` to access data at all locations. Check the help for a given endpoint to see if it supports `*`.)
5252

@@ -55,7 +55,7 @@ epicall %>% fetch()
5555
API docs: <https://cmu-delphi.github.io/delphi-epidata/api/covidcast_signals.html>
5656

5757

58-
County geo_values are [FIPS codes](https://en.wikipedia.org/wiki/List_of_United_States_FIPS_codes_by_county) and are discussed in the API docs [here](https://cmu-delphi.github.io/delphi-epidata/api/covidcast_geography.html). The example above is for Orange County, California.
58+
County geo_values are [FIPS codes](https://en.wikipedia.org/wiki/List_of_United_States_FIPS_codes_by_county) and are discussed in the API docs [here](https://cmu-delphi.github.io/delphi-epidata/api/covidcast_geography.html). The example below is for Orange County, California.
5959

6060
```{r}
6161
covidcast(

0 commit comments

Comments
 (0)