table2html: Create HTML table from data frame or matrix

View source: R/utils_interactiveGgplot.R

table2htmlR Documentation

Create HTML table from data frame or matrix

Description

Create HTML table from data frame or matrix

Usage

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


nuno-agostinho/psichomics documentation built on Feb. 11, 2024, 11:16 p.m.