Skip to contents

Render and Preview

The following functions enable you to render and preview Quarto documents and projects:

quarto_render()
Render Markdown
quarto_preview() quarto_preview_stop()
Quarto Preview
quarto_serve()
Serve Interactive Document

Publishing

These functions enable you to publish static and interactive documents, websites, and books to Posit Connect and shinyapps.io:

Extensions

These functions enable you to manage Quarto extensions and use template from extensions in your folder and projects. More about Quarto extensions at https://quarto.org/docs/extensions/

quarto_add_extension()
Install a Quarto extensions
quarto_remove_extension()
Remove a Quarto extensions
quarto_update_extension()
Update a Quarto extensions
quarto_list_extensions()
List Installed Quarto extensions
quarto_use_template()
Use a custom format extension template

Projects

This functions enable you to work with projects. More about Quarto extensions at https://quarto.org/docs/projects/quarto-projects.html

quarto_create_project()
Create a quarto project
new_blog_post()
Create a new blog post

Configuration

These functions enable you to inspect the Quarto installation as well as the metadata for Quarto documents and projects:

quarto_inspect()
Inspect Quarto Input File or Project
quarto_path()
Path to the quarto binary
quarto_version()
Check quarto version
quarto_available()
Check if quarto is available and version meet some requirements
is_using_quarto()
Check is a directory is using quarto
quarto_binary_sitrep()
Check configurations for quarto binary used
check_newer_version()
Check for newer version of Quarto

Theme Helpers

These simple helper functions adapt plotting and table packages to use background and foreground colors, or brand.yml colors.

Table Helpers

These functions are used to help with tables in Quarto documents:

Miscellaneous

These functions are used to help with Quarto documents and projects:

write_yaml_metadata_block()
Write YAML Metadata Block for Quarto Documents
add_spin_preamble()
Add spin preamble to R script