powered by
The function relies on options("table_counter") in order to keep track of the last number.
options("table_counter")
tblNoLast(roman = getOption("table_counter_roman", FALSE))
Whether or not to use roman numbers instead of arabic. Can also be set through options(table_caption_no_roman = TRUE)
options(table_caption_no_roman = TRUE)
Other table functions: htmlTable, tblNoNext()
htmlTable
tblNoNext()
org_opts <- options(table_counter=1) tblNoLast() options(org_opts)
Run the code above in your browser using DataLab