gchart_countries {gchartsmap} | R Documentation |
Extracts the list of available countries from the Google Charts documentation
Description
Extracts the list of available countries from the Google Charts documentation
Usage
gchart_countries(
server = "https://developers.google.com/chart/interactive/docs/gallery/geochart",
cache = gchart_get_cache_path(),
format = c("rds", "rda"),
update = FALSE,
verbose = TRUE
)
Arguments
server |
Location for the relevant Google Charts documentation. Use the default. |
cache |
Path to store downloaded data. |
format |
Which format to use for storing the countries table. |
update |
Whether to update the table even if it is cached. |
verbose |
Whether to show messages during processing. |
Details
Extracts the information of countries available in the Google Charts geochart service from the online documentation
Value
A data.frame
with information for all countries available in
the service.
[Package gchartsmap version 1.0.1 Index]