Skip to content

Commit

Permalink
Update country datasets (fix issue #298)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Apr 29, 2024
1 parent beb5efe commit 24da9db
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
11 changes: 9 additions & 2 deletions R/data_countries.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
#' @description Countries and country codes in EU,
#' Euro area, EFTA and EU candidate countries.
#' @format A data_frame:
#' * **code**: Country code in the Eurostat database.
#' * **code**: Country code in the Eurostat database (two-letter ISO code (ISO 3166 alpha-2) except in the case of Greece where EL is used).
#' * **name**: Country name in English.
#' * **label**: Country name in the Eurostat database.
#' * **label**: Country name in the Eurostat database
#' * **name_fr**: Country name in French
#' * **name_de**: Country name in German
#' * **country_language**: Country name in national language(s).
#'
#' @details
#' Country codes are two-letter ISO codes (ISO 3166 alpha-2) except in the case
#' of Greece where EL is used instead of the standard ISO code.
#'
#' @family datasets
#' @source <https://ec.europa.eu/eurostat/statistics-explained/index.php/Tutorial:Country_codes_and_protocol_order>,
Expand Down
Binary file modified data/ea_countries.rda
Binary file not shown.
Binary file modified data/efta_countries.rda
Binary file not shown.
Binary file modified data/eu_candidate_countries.rda
Binary file not shown.
Binary file modified data/eu_countries.rda
Binary file not shown.
17 changes: 12 additions & 5 deletions man/eu_countries.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24da9db

Please sign in to comment.