Learn R Programming

aNCA (version 0.1.0)

add_qmd_sl_plot: Add a slide to the Quarto document with a single plot

Description

Used internally for dose escalation reporting.

Usage

add_qmd_sl_plot(quarto_path, plot, use_plotly = FALSE)

Value

Invisibly returns TRUE if the slide was added.

Arguments

quarto_path

Path to the Quarto (.qmd) file to append to.

plot

Expression for plot.

use_plotly

Logical, whether to convert plot to plotly.