View source: R/export_tables.R
export_RMD_t.test | R Documentation |
Template for functions that accept either a data frame or a list
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" )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.