Nothing
#'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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.