Skip to content

Commit 045311a

Browse files
committed
docs: reference 0.6.0 in README.md, change some grammar
1 parent 38f2df6 commit 045311a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ Install latest version using [`remotes`](https://cran.r-project.org/package=remo
1414
remotes::install_github("cmu-delphi/epidatr")
1515
```
1616

17-
Note (2023-05-23): the `fetch_{tbl,classic,df,json,csv}` functions have been
18-
replaced by the `fetch()` function, which returns a tibble except for a few
19-
older endpoints, which will output a nested list structure. If you encounter an
20-
error like
17+
Note (2023-05-23): since version 0.6.0, the `fetch_{tbl,classic,df,json,csv}`
18+
functions have been replaced by the `fetch()` function, which almost always
19+
returns a tibble, except when used with a limited number of older endpoints
20+
(such as `delphi()` and `meta()`), where it will output a nested list structure.
21+
If you encounter an error like
2122
```{r}
2223
Error in fetch_tbl(.) : could not find function "fetch_tbl"
2324
```

0 commit comments

Comments
 (0)