add_country_code_long | R Documentation |
Augments data
with an additional column holding the current or former three-letter ISO 3166-1 alpha-3
code of the country in which the referendum took place (see ISO 3166-3 for former country codes).
add_country_code_long(data)
data |
RDB referendum data as returned by |
A tibble.
Other referendum data augmentation functions:
add_country_code_continual()
,
add_country_name()
,
add_country_name_long()
,
add_former_country_flag()
,
add_period()
,
add_turnout()
,
add_urls()
,
add_world_regions()
rdb::rfrnds(quiet = TRUE) |>
rdb:::add_country_code_long() |>
dplyr::select(id,
starts_with("country_"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.