tblNumIncrement(advance.counter=1)

Arguments

advance.counter

Numeric. Number to be added to the present table number. Default is 1, advancing table count by 1.

Examples

options(table_number=1) getOption("table_number")
#> [1] 1
tblNumIncrement()
#> [1] 2
getOption("table_number")
#> [1] 2