quarto_use_template | R Documentation |
Install and use a template for Quarto using quarto use
.
quarto_use_template(
template,
no_prompt = FALSE,
quiet = FALSE,
quarto_args = NULL
)
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 |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.