Skip to contents

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)