tblNumIncrement: Increase the table number counter

View source: R/utils.R

tblNumIncrementR Documentation

Increase the table number counter

Description

Bump the table number by one. The function relies on options("table_number") in order to keep track of the last number.

Usage

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")
tblNumIncrement()
getOption("table_number")

CenterForAssessment/Literasee documentation built on July 2, 2023, 6:21 p.m.