make_qtw_template {qtwAcademic} | R Documentation |
This function makes an R project that includes 3 basic templates that are commonly used by academics.
make_qtw_template(path, template_option)
path |
Path of the R project |
template_option |
Template option to choose. |
Returns nothing.
## Not run:
make_qtw_template(path = tempdir(), template_option = "Minimal")
## End(Not run)