Description Usage Arguments Value Examples
Initiate an empty cleaning log
1 2 | init_cleaning_log(dir, filename = "cleaning_logbook.csv",
extra_columns = NULL)
|
dir |
The directory name of the location where it needs to be saved. |
filename |
Name of the logbook. Default is cleaning_logbook.csv. Needs to have a csv extention. |
extra_columns |
Must be a list with the names of the objects being the names of the columns in the cleaning log and the content of the list being the names of the dataset columns associated with it (see example). This is not required. |
Nothing, it just writes the empty logbook.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.