R/data.R

#' University of Regensburg (UHREG) tinnitus data.
#'
"uhreg"

#' Data dictionary for uhreg data.
#'
#' @format A data frame with 3 variables:
#' \describe{
#'   \item{variable}{`chr` Name of the variable.}
#'   \item{variable_original}{`chr` Original name of the variable.}
#'   \item{description}{`chr` Description of the variable.}
#'   \item{value}{`list` Mapping of numeric values to character strings for
#'   categorical variables. `NULL` for numeric variables.}
#' }
"data_dict"
unmnn/uhregmisc documentation built on Nov. 13, 2020, 4:05 a.m.