Skip to contents

This function makes an R project that includes 3 basic templates that are commonly used by academics.

Usage

make_qtw_template(path, template_option)

Arguments

path

Path of the R project

template_option

Template option to choose.

Value

Returns nothing.

Examples

if (FALSE) {
  make_qtw_template(path = tempdir(), template_option = "Minimal")
}