View source: R/export_tables.R
export_DT_t.test | R Documentation |
Formats table for nice output (R Markdown)
export_DT_t.test( data, order.by = "p.adjust", descending = F, buttons, dom = "lBfrtip" )
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/) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.