table2html: Create HTML table from data frame or matrix

Description Usage Arguments Value

View source: R/utils_interactiveGgplot.R

Description

Create HTML table from data frame or matrix

Usage

1
2
3
4
5
6
7
8
table2html(
  data,
  rownames = TRUE,
  colnames = TRUE,
  class = NULL,
  style = NULL,
  thead = FALSE
)

Arguments

data

Data frame or matrix

rownames

Boolean: print row names?

colnames

Boolean: print column names?

class

Character: table class

style

Character: table style

thead

Boolean: add a thead tag to the first row?

Value

HTML elements


psichomics documentation built on Nov. 8, 2020, 5:44 p.m.