make_qtw_template: Make Quarto Website template

View source: R/make_template.R

make_qtw_templateR Documentation

Make Quarto Website template

Description

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

## Not run: 
  make_qtw_template(path = tempdir(), template_option = "Minimal")

## End(Not run)

qtwAcademic documentation built on Dec. 23, 2022, 1:20 a.m.