make_qtw_template {qtwAcademic}R 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)

[Package qtwAcademic version 2022.12.13 Index]