Skip to content

Commit be66730

Browse files
committed
In covidcast, show geo_values as vector, not comma-separated string
A vector of entries is much nicer to manipulate programmatically, and is automatically turned into the right query anyway.
1 parent 55c0a0d commit be66730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/endpoints.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ pub_covidcast_meta <- function(fetch_args = fetch_args_list()) {
658658
#' signals = "confirmed_7dav_incidence_prop",
659659
#' geo_type = "state",
660660
#' time_type = "day",
661-
#' geo_values = "ca,fl",
661+
#' geo_values = c("ca", "fl"),
662662
#' time_values = epirange(20200601, 20200801)
663663
#' )
664664
#' pub_covidcast(

man/pub_covidcast.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)