tblNoLast | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.