dfToPrettyTable: Pretty HTML Table

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Pretty HTML Table

Usage

1
dfToPrettyTable(df, title = NULL, footnote = NULL)

Arguments

df

data frame

title

optional title for the table

footnote

optional simple footnote

Value

HTML Table

Examples

1
2
dfToPrettyTable(iris)
dfToPrettyTable(head(iris), "iris data", "my note")

andrew-a-hale/initmediaRUtils documentation built on Aug. 25, 2020, 2:51 p.m.