putQcap | 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.