Skip to contents

Create sequential figure numbers

Usage

figureN(x)

Arguments

x

character string description of the figure

Value

An atomic character vector prepended with a Figure number

Examples


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

#