#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.