setCounters: Sets the table, figure and equation counter numbers.

setCountersR Documentation

Sets the table, figure and equation counter numbers.

Description

The function relies on options("table_number"), options("fig_caption_no") and options("equation_counter") as counters.

Usage

setCounters(
  tbl.counter=0,
  fig.counter=0,
  eqn.counter=0)

Arguments

tbl.counter

Numeric. Number to set to the present table number. Default is 0, meaning the next (first) table will be number 1.

fig.counter

Numeric. Number to set to the present figure number. Default is 0, meaning the next (first) figure will be number 1.

eqn.counter

Numeric. Number to set to the present equation number. Default is 0, meaning the next (first) equation will be number 1.

Examples

setCounters()

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