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

This functions enable you to install 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_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

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
is_using_quarto()
Check is a directory is using quarto
quarto_binary_sitrep()
Check configurations for quarto binary used