powered by
The function relies on options("fig_caption_no") in order to keep track of the last number.
options("fig_caption_no")
figCapNoLast(roman = getOption("fig_caption_no_roman", FALSE))
Whether or not to use roman numbers instead of arabic. Can also be set through options(fig_caption_no_roman = TRUE)
options(fig_caption_no_roman = TRUE)
Other figure caption functions: figCapNoNext, figCapNo
figCapNoNext
figCapNo
# NOT RUN { org_opts <- options(fig_caption_no=1) figCapNoLast() options(org_opts) # }
Run the code above in your browser using DataLab