R/dfVariables.R

#' List of all the variables used in this package
#' 
#' @docType data
#' @usage data(dfVariables)
#'
#'
#' @format A data frame with 13 rows and 5 variables:
#' \describe{
#'  \item{\code{Name}}{a string representing name of the variable}
#'	\item{\code{Unit}}{a string representing Unit of the variable}
#'  \item{\code{Min}}{a numeric value representing the minimum value of the variable}
#'	\item{\code{Max}}{a numeric value representing the maximum value of the variable}
#'	\item{\code{Definition}}{a sentence defining the variable with Unit}
#' }
#'
#' @keywords datasets internal
#'
#' @examples
#' data(dfVariables)
#' head(dfVariables)
"dfVariables"
marcelschweiker/comf documentation built on Feb. 22, 2024, 9:03 p.m.