powered by
Get all possible geographic values
geographic_values(wt = "json", raw = FALSE, ...)
(character) One of "json" or "xml". Required.
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
FALSE
curl options passed on to crul::HttpClient
character vector of geographic names
# NOT RUN { geographic_values() geographic_values(wt = "xml") geographic_values(wt = "json", raw = TRUE) # }
Run the code above in your browser using DataLab