export_tomic_as_tidy | R Documentation |
Export a data table including all fields from features, samples and measurements.
export_tomic_as_tidy(tomic, dir_path, name_preamble, verbose = TRUE)
tomic |
Either a |
dir_path |
path to save outputs |
name_preamble |
start of output file name |
verbose |
extra reporting messages |
Export one table which is one row per peak, which includes all feature and sample attributes.
if (interactive()) {
export_tomic_as_tidy(brauer_2008_triple, "/tmp", "brauer")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.