Path to the installed Quarto assets

Description

Path to the installed Quarto assets

Usage

fgcz_quarto_dir(...)

Arguments

Character path components appended to the asset directory, e.g. fgcz_quarto_dir(“template.qmd”).

Value

An absolute path to the package’s inst/quarto directory (or a file within it).

Examples

library("fgczQuartoTemplate")

fgcz_quarto_dir()
[1] "/home/runner/work/_temp/Library/fgczQuartoTemplate/quarto"
fgcz_quarto_dir("template.qmd")
[1] "/home/runner/work/_temp/Library/fgczQuartoTemplate/quarto/template.qmd"