cmu-delphi / epidatr

Delphi Epidata API R Client
https://cmu-delphi.github.io/epidatr/
Other
1 stars 5 forks source link

Turn off endpoint missing checks for `geo_values` and `time_values`, which have defaults #268

Closed nmdefries closed 6 months ago

nmdefries commented 6 months ago

Checklist

Please:

Change explanations for reviewer

missing doesn't count default values as non-missing. If a user doesn't pass geo_values or time_values (both of which default to "*" in pub_covidcast), or dates (in pub_covid_hosp_state_timeseries), the missing check fails. To avoid this, just don't check missingness of those two arguments.

Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch