figCapNoNext: Gets the next figure caption number

Description Usage Arguments See Also Examples

View source: R/figCaptionNo.R

Description

The function relies on options("fig_caption_no") in order to keep track of the last number.

Usage

1
figCapNoNext(roman = getOption("fig_caption_no_roman", FALSE))

Arguments

roman

Whether or not to use roman numbers instead of arabic. Can also be set through options(fig_caption_no_roman = TRUE)

See Also

Other figure caption functions: figCapNoLast; figCapNo

Examples

1
2
3
org_opts <- options(fig_caption_no=1)
figCapNoLast()
options(org_opts)

raredd/Gmisc0 documentation built on May 27, 2019, 2:02 a.m.