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.
1 parent 0919992 commit 92692a2Copy full SHA for 92692a2
R/endpoints.R
@@ -213,7 +213,7 @@ pub_covid_hosp_facility <- function(
213
collection_weeks <- reformat_epirange(collection_weeks, to_type = "day")
214
# Single week date.
215
} else if ((test_integerish(collection_weeks) || test_character(collection_weeks)) &&
216
- nchar(collection_weeks) == 6) {
+ nchar(collection_weeks) == 6) {
217
cli::cli_warn(coercion_msg, class = "epidatr__single_week_coercion")
218
collection_weeks <- parse_api_week(collection_weeks)
219
}
0 commit comments