We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60bc02 + 5338d7a commit aa84d6fCopy full SHA for aa84d6f
R/endpoints.R
@@ -135,7 +135,7 @@ covid_hosp_facility <-
135
publication_dates = NULL) {
136
check_string_param("hospital_pks", hospital_pks)
137
check_epirange_param("collection_weeks", collection_weeks)
138
- check_epirange_param("publication_dates", publication_dates)
+ check_epirange_param("publication_dates", publication_dates, required = FALSE)
139
140
create_epidata_call(
141
"covid_hosp_facility/",
0 commit comments