Description Usage Arguments Value Examples
View source: R/geographic_values.R
Get all possible geographic values
1 | geographic_values(wt = "json", raw = FALSE, ...)
|
wt |
(character) One of "json" or "xml". Required. |
raw |
(logical) Return raw JSON or XML as character string. Required.
Default: |
... |
curl options passed on to crul::HttpClient |
character vector of geographic names
1 2 3 4 5 6 | ## Not run:
geographic_values()
geographic_values(wt = "xml")
geographic_values(wt = "json", raw = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.