export_RMD_t.test: Template for functions that accept either a data frame or a...

View source: R/export_tables.R

export_RMD_t.testR Documentation

Template for functions that accept either a data frame or a list

Description

Template for functions that accept either a data frame or a list

Usage

export_RMD_t.test(
  data_,
  order.by = "p.adjust",
  descending = F,
  buttons,
  dom = "lBfrtip",
  add.annotations = F,
  dataset,
  view = F,
  input = "data_t.test",
  output = "data_DT_t.test"
)

Arguments

data_

list or tibble

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/)

add.annotations

add annotations to proteins

dataset

dataset

view

view table

input

name of input data

output

name of output data


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