Get a quarto template from the CTU-Bern quarto repository

use_quarto(x, dir, open = TRUE)

Arguments

x

branch name of the template in question

dir

folder in which to save the template

open

logical, whether to open the file

Value

a qmd file (and extension file)

Examples

#use_quarto("html", ".")