List Quarto Extensions in this folder or project by running quarto list
Value
A data frame with the installed extensions or NULL (invisibly) if no extensions are installed.
Examples
if (FALSE) { # \dontrun{
# List Quarto Extensions in this folder or project
quarto_list_extensions()
} # }