figCapNoNext | R Documentation |
The function relies on options("fig_caption_no")
in order to keep track of the last number.
figCapNoNext(roman = getOption("fig_caption_no_roman", default = FALSE))
roman |
Whether or not to use roman numbers instead
of Arabic. Can also be set through |
Other figure caption functions:
figCapNoLast()
,
figCapNo()
org_opts <- options(fig_caption_no = 1)
figCapNoNext()
options(org_opts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.