Skip to contents

Create sequential table numbers

Usage

tableN(x)

Arguments

x

character string description of the figure

Value

An atomic character vector prepended with a Table number

Examples


tableN("Distribution of cars by cylinder count")
#> [1] "Table 1. Distribution of cars by cylinder count"
# Inline RMarkdown code: `r tableN("Distribution of cars by cylinder count")`