sds_table_caption: Adds a table caption for a markdown table or other content

View source: R/sds_table_caption.R

sds_table_captionR Documentation

Adds a table caption for a markdown table or other content

Description

Adds a table caption for a markdown table or other content

Usage

sds_table_caption(
  caption,
  name = NULL,
  format = ifelse(knitr::is_latex_output(), "latex", "html")
)

Arguments

caption

the character string for the new word

name

character string specifying reference label for the caption

format

either "html" or "latex". Default uses knitr::is_latex_output()

Examples

sds_table_caption("This can be the table caption!")


dtkaplan/SDSdata documentation built on June 28, 2022, 8:09 a.m.