quarto_create_project | R Documentation |
This function calls quarto create project <type> <name>
. It will create a
new directory with the project name and add some skeletons files for the
project type chosen.
quarto_create_project(
name,
type = "default",
dir = ".",
no_prompt = FALSE,
quiet = FALSE,
quarto_args = NULL
)
name |
The name of the project and the directory that will be created. |
type |
The type of project to create. As of 1.4, it can be one of
|
dir |
The directory where to create the new Quarto project. |
no_prompt |
Do not prompt to confirm approval to download external extension. |
quiet |
Suppress warning and other messages. |
quarto_args |
Character vector of other |
This function require Quarto 1.4 or higher. Use quarto_version()
to check
the version of Quarto detected.
Quarto documentation on Quarto projects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.