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
)

Arguments

file_name

Name of file from templates to use: e.g. cv.rmd.

params

Parameters used to fill in whisker template

output_file_name

Name of file after being placed.

output_dir

Directory location for output to be placed in.

create_output_dir

If the requested output directory is missing should it be created?

warn_about_no_change

If there is no change between the new file and what was already there, should a warning be issued?

open_after_making

Should the file be opened after it has been written?