Use template file from package
use_ddcv_template(
file_name,
params = NULL,
output_file_name = file_name,
output_dir = getwd(),
create_output_dir = FALSE,
warn_about_no_change = TRUE,
open_after_making = FALSE
)
Name of file from templates to use: e.g. cv.rmd
.
Parameters used to fill in whisker
template
Name of file after being placed.
Directory location for output to be placed in.
If the requested output directory is missing should it be created?
If there is no change between the new file and what was already there, should a warning be issued?
Should the file be opened after it has been written?