View source: R/use_templates.R
use_data_cleaning_template | R Documentation |
Execute this function to use a data cleaning template containing the relevant
packages to clean a file of the chosen type. By default, the template will be
placed into folder 03 R
, but the destination can be changed via folder
.
use_data_cleaning_template(folder = NA, file_format = "csv")
folder |
Folder to where the template should be copied. Defaults to "03 R". The folder must be in the current working directory. |
file_format |
Which file format do you want to clean? You can choose between "csv" (default), "excel", and "spss" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.