Description Usage Arguments Examples
Set initially selected country
1 | g_init(g, country)
|
g |
An object of class |
country |
An ISO code of the country displayed at the center of the screen when the globe has been initialized. |
1 2 3 4 5 6 | data("country_data")
country_data %>%
gior() %>%
g_data(from, to, value) %>%
g_init("RU")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.