Gets the last table number
The function relies on options("table_counter")
in order to keep track of the last number.
tblNoLast(roman = getOption("table_counter_roman", FALSE))
roman |
Whether or not to use roman numbers instead
of arabic. Can also be set through |
org_opts <- options(table_counter=1) tblNoLast() options(org_opts)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.