quarto_use_template {quarto} | R Documentation |
Use a custom format extension template
Description
Install and use a template for Quarto using quarto use
.
Usage
quarto_use_template(
template,
no_prompt = FALSE,
quiet = FALSE,
quarto_args = NULL
)
Arguments
template |
The template to install, either an archive or a GitHub repository as described in the documentation https://quarto.org/docs/extensions/formats.html. |
no_prompt |
Do not prompt to confirm approval to download external extension. |
quiet |
Suppress warnings and messages. |
quarto_args |
Character vector of other |
Examples
## Not run:
# Install a template and set up a draft document from a GitHub repository
quarto_use_template("quarto-journals/jss")
# Install a template and set up a draft document from a ZIP archive
quarto_use_template("https://github.com/quarto-journals/jss/archive/refs/heads/main.zip")
## End(Not run)
[Package quarto version 1.4.4 Index]