l.html.stab: l.html.stab

Description Usage Arguments Examples

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/l.html documentation built on May 21, 2019, 8:53 a.m.