quarto_path: Path to the quarto binary

View source: R/quarto.R

quarto_pathR Documentation

Path to the quarto binary

Description

Determine the path to the quarto binary. Uses QUARTO_PATH environment variable if defined, otherwise uses Sys.which().

Usage

quarto_path(normalize = TRUE)

Arguments

normalize

If TRUE (default), normalize the path using base::normalizePath().

Value

Path to quarto binary (or NULL if not found)

See Also

quarto_version() to check the version of the binary found, quarto_available() to check if Quarto CLI is available and meets some requirements.


quarto-dev/quarto-r documentation built on June 14, 2025, 3:45 a.m.