View source: R/setup_dictionary.R
setup_dictionary | R Documentation |
setup_dictionary()
generates a dictionary CSV file in the
data/
directory. The dictionary file
contains information on the tidy data sets such as directory, file names, variable names,
variable types, and descriptions. If tidy data exists, the dictionary is populated with
relevant information; otherwise, it creates an empty dictionary CSV file.
setup_dictionary()
NULL. Error if raw data is not found or not in a package directory.
## Not run:
setup_rawdata()
# Go to data_processing.R, clean the raw data and export tidy data
setup_dictionary()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.