use_ddcv_template: Use template file from package

Description Usage Arguments

View source: R/use_ddcv_template.R

Description

Use template file from package

Usage

1
2
3
4
5
6
7
8
9
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?


nstrayer/datadrivencv documentation built on June 6, 2020, 5:46 a.m.