table.caption: Table Caption

View source: R/table_caption.R

table.captionR Documentation

Table Caption

Description

Create an auto-numbered, wrapped table caption

Usage

table.caption(caption, caption.width = 98)

Arguments

caption

A string containing the caption text.

caption.width

A positive integer giving the target column for wrapping lines in the output. Defaults to 98

See Also

wrap.caption, supp.tbl.caption

Examples

data(example_data)

knitr::kable(example.data, format = "latex", caption = table.caption("This is a table"))

kstagaman/autoNumCaptions documentation built on Sept. 13, 2022, 12:38 p.m.