Determine the path to the quarto binary. Uses QUARTO_PATH
environment
variable if defined, otherwise uses Sys.which()
.
Arguments
- normalize
If
TRUE
(default), normalize the path usingbase::normalizePath()
.
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.