R/codebooks.R

#' @title Available codelists by concept
#'
#' @description A dataset containing the available codelists in the StatCodelists package.
#' Currently it contains only SDMX harmonized concepts and their codelists.
#'
#' @format A data frame with 21 rows and 3 variables:
#' \describe{
#'   \item{concept}{A statistical concept, such as Age, Sex, Currency.}
#'   \item{codebook}{The name of the codebook, for example, CL_AGE.}
#'   \item{authority}{The standardizing authority, in this case, SDMX}
#'   ...
#' }
#' @source \url{https://sdmx.org/?page_id=3215/}
"codebooks"

Try the statcodelists package in your browser

Any scripts or data that you put into this service are public.

statcodelists documentation built on June 28, 2022, 5:05 p.m.