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

export_RMD_fun_enrichR 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_fun_enrich(
  data_,
  buttons,
  dom = "lBfrtip",
  view = F,
  input = "fun_enrich",
  output = "fun_enrich_DT"
)

Arguments

data_

list or tibble

buttons

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

dom

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

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.