get_dictionary {CDCPLACES} | R Documentation |
This function provides the user with a data frame that shows all of the available measures in the PLACES data set and for which release years the measures are included.
get_dictionary()
a dataframe with the current PLACES data dictionary.
# First save the data
dictionary <- get_dictionary()
# Then view the data frame
# View(dictionary)