Used internally to initialize a Quarto document for exporting plots and tables.
create_qmd_doc(
quarto_path,
title = "NCA Report",
libraries = c("plotly", "flextable", "dplyr"),
rda_path = NULL,
template = NULL,
extra_setup = NULL
)Invisibly returns TRUE if the file was created.
Path to the Quarto (.qmd) file to create.
Title for the presentation.
Character vector of libraries to load in setup chunk.
Path to the RDS file to be loaded in the document.
(Optional) Path to a Quarto template to use (default: NULL).
(Optional) Character vector of extra setup lines to include after YAML.