download_map_data: Helper function to download the map data form a url

Description Usage Arguments See Also Examples

View source: R/highmaps.R

Description

The urls are listed in https://code.highcharts.com/mapdata/.

Usage

1
download_map_data(url = "custom/world.js", showinfo = FALSE, quiet = FALSE)

Arguments

url

The map's url.

showinfo

Show the properties of the downloaded map to know how are the keys to add data in hcmap.

quiet

Boolean parameter to turn off download messages (on by default).

See Also

hcmap

Examples

1
2
3
4
5
6
7
8
## Not run: 
mpdta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js")
mpdta <- download_map_data("https://code.highcharts.com/mapdata/countries/us/us-ca-all.js",
  quiet = TRUE
)
str(mpdta, 1)

## End(Not run)

highcharter documentation built on Jan. 3, 2022, 5:08 p.m.