export_DT_t.test: Formats table for nice output (R Markdown)

View source: R/export_tables.R

export_DT_t.testR Documentation

Formats table for nice output (R Markdown)

Description

Formats table for nice output (R Markdown)

Usage

export_DT_t.test(
  data,
  order.by = "p.adjust",
  descending = F,
  buttons,
  dom = "lBfrtip"
)

Arguments

data

data from t.test

order.by

order rows by given column

descending

arrange in descending order

buttons

(optional) add buttons ("copy", "csv", "excel", "pdf", "print")

dom

order of table elements (default: "lBfrtip", see https://rstudio.github.io/DT/)


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.