Create an excel mask compatible with the convert_r() function
Source:R/mask_convert_r.R
mask_convert_r.RdCreate an excel mask compatible with the convert_r() function
Value
No return value, called for side effects. An Excel file
(.xlsx) is written to file.path(output_path, output_filename)
containing an empty template with columns folder_path, file,
converted_file, and to_convert.
Examples
mydir <- file.path(tempdir(), "convert_r_tests_examples")
dir.create(mydir)
mask_convert_r(output_path = mydir)
list.files(mydir)
#> [1] "mask_convert_r.xlsx"
unlink(mydir, recursive = TRUE)