get_dictionary {CDCPLACES} | R Documentation |
View the 'CDC PLACES' data dictionary
Description
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. #'
Usage
get_dictionary()
Value
a dataframe with the current PLACES data dictionary.
Examples
# First save the data
dictionary <- get_dictionary()
# Then view the data frame
# View(dictionary)
[Package CDCPLACES version 1.1.6 Index]