tblNoLast {htmlTable} | R Documentation |
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 |
Other table functions: htmlTable
,
tblNoNext
org_opts <- options(table_counter=1) tblNoLast() options(org_opts)