R/data.R

#' Data dictionary
#'
#' An overview of the output data sets generated by the package, their data types,
#' and the definitions of the variables.
#'
#' @format ## `data_dictionary`
#' \describe{
#'   \item{dataset}{Name of the dataset}
#'   \item{column}{Name of the column}
#'   \item{typeof}{Data type of the column}
#'   \item{definition}{Description of what the column stands for}
#'   \item{value}{Which values are allowed for the column}
#'   ...
#' }
#'
#' @details
#' For more details see the help vignette:
#' \code{vignette("data_dictionary", package = "pacta.multi.loanbook")}
#'
#' @source internal
"data_dictionary"

Try the pacta.multi.loanbook package in your browser

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

pacta.multi.loanbook documentation built on April 4, 2025, 12:40 a.m.