Remove an extension in this folder or project by running quarto remove
Usage
quarto_remove_extension(
extension = NULL,
no_prompt = FALSE,
quiet = FALSE,
quarto_args = NULL
)Arguments
- extension
The extension name to remove, as in
quarto remove <extension-name>.- no_prompt
Do not prompt to confirm approval to download external extension.
- quiet
Suppress warning and other messages, from R and also Quarto CLI (i.e
--quietis passed as command line).quarto.quietR option orR_QUARTO_QUIETenvironment variable can be used to globally override a function call (This can be useful to debug tool that callsquarto_*functions directly).On Github Actions, it will always be
quiet = FALSE.- quarto_args
Character vector of other
quartoCLI arguments to append to the Quarto command executed by this function. This is mainly intended for advanced usage and useful for CLI arguments which are not yet mirrored in a dedicated parameter of this R function. Seequarto render --helpfor options.
