putQcap {qreport} | R Documentation |
Create Quarto Figure Caption
putQcap(..., scap = NULL, label = NULL)
... |
one or more character strings to form the caption |
scap |
a character string subcaption |
label |
figure label |
Creates a Quarto label and caption and uses addCap()
to add to running list of figures
string vector with YAML components label
, fig-cap
, fig-scap
Frank Harrell
putQcap('First part of caption', 'second part', scap='subcaption', label='xx')