Skip to content

Commit e12eb5f

Browse files
committed
Update NEWS for new features
1 parent 0e56d9a commit e12eb5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

R-packages/covidcast/NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Released TODO DATE.
88
filter data frames with multiple issues of each observation, obtaining only
99
the latest or earliest issue of each.
1010

11+
- `covidcast_signal()` now batches requests, so that many days of data can be
12+
fetched in one API call. This dramatically improves the speed of fetching
13+
state-, MSA-, and HRR-level data, since many days of data can be fetched in
14+
one API call. County-level signals, such as cases and deaths, may still
15+
require one API call per day, since the API's row limit is only slightly
16+
larger than the number of counties in the United States.
17+
18+
- `covidcast_signal()` now fetches data from the API server in CSV format,
19+
rather than JSON, which requires less bandwidth and parsing.
1120

1221
# covidcast 0.3.1
1322

0 commit comments

Comments
 (0)