putQcap {qreport} | R Documentation |
putQcap
Description
Create Quarto Figure Caption
Usage
putQcap(..., scap = NULL, label = NULL)
Arguments
... |
one or more character strings to form the caption |
scap |
a character string subcaption |
label |
figure label |
Details
Creates a Quarto label and caption and uses addCap()
to add to running list of figures
Value
string vector with YAML components label
, fig-cap
, fig-scap
Author(s)
Frank Harrell
Examples
putQcap('First part of caption', 'second part', scap='subcaption', label='xx')
[Package qreport version 1.0-1 Index]