Skip to content

Commit 0358f9f

Browse files
committed
docs: fix readme example
1 parent 7efd7ad commit 0358f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ API](https://cmu-delphi.github.io/delphi-epidata/). It provides a simple R inter
1313
```R
1414
library(epidatr)
1515
# Obtain the smoothed covid-like illness (CLI) signal from the Facebook survey as it was on April 10, 2021 for the US
16-
epidata <- covidcast(
16+
epidata <- pub_covidcast(
1717
source = "fb-survey",
1818
signals = "smoothed_cli",
1919
geo_type = "nation",

0 commit comments

Comments
 (0)