R/dictionary.R

Defines functions dictionary

Documented in dictionary

#'View misuvi data dictionary
#'
#'This package provides a tidy version of the MI-SUVI data sets. This function returns a data frame of the cleaned variable names and the original variable names.
#'
#'@examples
#'dictionary()
#'
#'@export dictionary
#'@returns A data.frame of the abbreviated and full names of the MI-SUVI variables.

dictionary <- function(){
  return(dict)
}

Try the misuvi package in your browser

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

misuvi documentation built on April 4, 2025, 2:14 a.m.