l.html.stab: l.html.stab

Description Usage Arguments Examples

View source: R/l.html.R

Description

Table with collapse

Usage

1
l.html.stab(df, red=FALSE,rownames=TRUE, colnames=TRUE, hide=FALSE, title="table", title_before=NULL, title_after=NULL)

Arguments

itemdfdata.frame itemredlogical. If red borders around table. itemrownameslogical itemcolnameslogical itemhidelogical itemtitle itemtitle_before itemtitle_after

Examples

1
2
3
4
require(l.html)
require(ggplot2)
require(xtable)
l.html.stab(head(diamonds), red = TRUE, hide = TRUE)

lucas9999/exchange documentation built on June 11, 2020, 10:51 p.m.