Skip to contents

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

if (FALSE) { # \dontrun{
update_dictionary(dict_path = "data-raw/my-dictionary.csv", data = "data/")
} # }