We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0bbda commit c707c16Copy full SHA for c707c16
R/endpoints.R
@@ -707,7 +707,7 @@ covidcast <-
707
check_single_string_param("geo_type", geo_type)
708
check_epirange_param("time_values", time_values)
709
check_string_param("geo_values", geo_values)
710
- check_single_epirange_param("as_of", as_of, FALSE)
+ check_single_date_param("as_of", as_of, FALSE)
711
check_epirange_param("issues", issues, FALSE)
712
check_single_int_param("lag", lag, FALSE)
713
0 commit comments