Set initially selected country

g_init(g, country)

Arguments

g

An object of class gior as returned by gior.

country

An ISO code of the country displayed at the center of the screen when the globe has been initialized.

Examples

data("country_data") country_data %>% gior() %>% g_data(from, to, value) %>% g_init("RU")