Learn R Programming

qreport (version 1.0-1)

putQcap: putQcap

Description

Create Quarto Figure Caption

Usage

putQcap(..., scap = NULL, label = NULL)

Value

string vector with YAML components label, fig-cap, fig-scap

Arguments

...

one or more character strings to form the caption

scap

a character string subcaption

label

figure label

Author

Frank Harrell

Details

Creates a Quarto label and caption and uses addCap() to add to running list of figures

Examples

Run this code
putQcap('First part of caption', 'second part', scap='subcaption', label='xx')

Run the code above in your browser using DataLab