chem_table: Creates a nice table for data frames

View source: R/chem_table.R

chem_tableR Documentation

Creates a nice table for data frames

Description

Creates a nice table for data frames

Usage

chem_table(data, caption)

Arguments

data

A data frame containing variables to be included in the table

caption

A character string specifying the caption of the table

Value

A nicely formatted table to be included in the Word document

Examples

## Not run: 
 chem_table(head(iris), caption = "First six rows of iris data")

## End(Not run)

ismayc/chemistr documentation built on Feb. 4, 2023, 12:44 p.m.