tablecode: Returns a Simple Table in RMarkdown HTML output

Description Usage Arguments Value Examples

View source: R/tablecode.R

Description

Returns a Simple Table in RMarkdown HTML output

Usage

1
tablecode(df, tabletype = "tabletype", width = "80%")

Arguments

df

The dataframe to turn into a table

tabletype

the name of the table style. The options currently available are minimal, onecol, box, hoverTable, zebra, zebra1, another, simple, gridtable

width

the width of the table

Value

A table of the desired style

Examples

1
tablecode(paintings, tabletype="minimal")

jalapic/simpletable documentation built on May 18, 2019, 11:18 a.m.