quarto_remove_extension | R Documentation |
Remove an extension in this folder or project by running quarto remove
quarto_remove_extension(
extension = NULL,
no_prompt = FALSE,
quiet = FALSE,
quarto_args = NULL
)
extension |
The extension name to remove, as in |
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
On Github Actions, it will always be |
quarto_args |
Character vector of other |
Returns invisibly TRUE
if the extension was removed, FALSE
otherwise.
quarto_add_extension()
and Quarto Website.
## Not run:
# Remove an already installed extension
quarto_remove_extension("quarto-ext/fontawesome")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.