html.table: own function to print a compact html table from a data frame...

Description Usage

View source: R/table.r

Description

own function to print a compact html table from a data frame with option to select row

Usage

1
2
3
html.table(df, sel.row = NULL, col.names = TRUE, row.names = FALSE,
  border = TRUE, bg.color = c("#dddddd", "#ffffff"), font.size = "80%",
  round.digits = 8, signif.digits = 8, col.tooltips = NULL, ...)

skranz/rmdtools documentation built on Oct. 20, 2020, 3:15 p.m.