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