View source: R/setup_dictionary.R
fill_dictionary | R Documentation |
Fill in the dictionary file based on the tidy data information
fill_dictionary(dict_path, data_dir)
dict_path |
Path to the dictionary csvfile. |
data_dir |
Path to the directory of the tidy R data objects. Defaults to data/ |
A tibble data frame of dataset dictionary with an empty description column to be written.
## Not run:
update_dictionary(dict_path = "data-raw/my-dictionary.csv", data = "data/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.