WorldHealthOrganization / godataR

R package for easier interactions with the Go.Data API
Other
12 stars 2 forks source link

Combine functions #4

Closed jamesfuller-cdc closed 3 years ago

jamesfuller-cdc commented 3 years ago

Combine all get data functions, such as get_cases() and get_cases2(), into a single function.

Also created housekeeping functions, batch_downloader() and export_downloader(), to manage the two download methods.