tblNoNext {htmlTable} | R Documentation |
The function relies on options("table_counter")
in order to keep track of the last number.
tblNoNext(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
,
tblNoLast
org_opts <- options(table_counter=1) tblNoNext() options(org_opts)