R/SDGtable.r

#' SDG code and SDG name lookup table
#'
#' This data was derived from the spreadsheet
#' WPP2019_F01_LOCATIONS.xlsx
#'
#' @format A tibble with 2 columns and 8 rows containing
#' SDG region codes and SDG region names.
#' \describe{
#'   \item{SDGRegID}{SDG region code (integer).}
#'   \item{SDGRegName}{SDG region name (character string)}
#' }
#' @source
#' \url{https://population.un.org/wpp/Download/Metadata/Documentation/}
#' @examples
#' \dontrun{
#' # code that makes a plot
#' # or code using packages (like tidyverse)
#' # that aren't imported in this package per se
#' }
"SDGtable"
timriffe/UNPDutils documentation built on Nov. 5, 2019, 10:53 a.m.