format_tables_EDIT_style: Format tables in RMarkdown to match EDIT website style

View source: R/format_tables_EDIT_style.R

format_tables_EDIT_styleR Documentation

Format tables in RMarkdown to match EDIT website style

Description

Format tables in RMarkdown to match EDIT website style

Usage

format_tables_EDIT_style(data, caption, row.names = F, col.names = NA)

Arguments

data

Data frame to create table from

caption

Character. Caption for table.

row.names

Logical. Include row names in output table?

col.names

Optional character vector of column names to be used in the table. Defaults to the column names of the data frame.

Value

Table formatted to match EDIT website


annack84/STMdevelopment documentation built on April 12, 2024, 6:46 p.m.