ecodown_quarto_render: Wrapper on the Quarto Render function

View source: R/quarto.R

ecodown_quarto_renderR Documentation

Wrapper on the Quarto Render function

Description

Wrapper on the Quarto Render function

Usage

ecodown_quarto_render(
  quarto_folder = here::here(),
  verbosity = c("verbose", "summary", "silent"),
  autolink = FALSE,
  run = c("smart", "full", "no")
)

Arguments

quarto_folder

Base target Quarto folder. Defaults to current workspace.

verbosity

Level of messaging available during run time. Possible values are 'verbose', 'summary', and 'silent'.

autolink

Boolean flag that indicates if 'downlit' should run. Defaults to TRUE.

run

Flag that indicates the mode to render the site. Defaults to 'smart' which attempts to run only the files that changed.


edgararuiz/ecodown documentation built on Sept. 4, 2022, 10:25 a.m.