R/data_dictionary.R

#' Data Dictionary
#'
#' A table of column names and descriptions of data frames used or exported by
#' the functions in this package.
#'
#' @family data dictionary
#'
#' @format ## `data_dictionary`
#' \describe{
#'   \item{dataset}{Name of the dataset}
#'   \item{column}{Name of the column}
#'   \item{typeof}{Type of the column}
#'   \item{definition}{Definition of the column}
#' }
#'
#' @examples
#' data_dictionary

"data_dictionary"

Try the r2dii.match package in your browser

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

r2dii.match documentation built on April 3, 2025, 6:02 p.m.