fill_dictionary {washr} | R Documentation |
Fill in the dictionary file based on the tidy data information
Description
Fill in the dictionary file based on the tidy data information
Usage
fill_dictionary(dict_path, data_dir)
Arguments
dict_path |
Path to the dictionary csvfile. |
data_dir |
Path to the directory of the tidy R data objects. Defaults to data/ |
Value
A tibble data frame of dataset dictionary with an empty description column to be written.
Examples
## Not run:
update_dictionary(dict_path = "data-raw/my-dictionary.csv", data = "data/")
## End(Not run)
[Package washr version 1.0.1 Index]