export_tomic_as_tidy.Rd
Export a data table including all fields from features, samples and measurements.
export_tomic_as_tidy(tomic, dir_path, name_preamble, verbose = TRUE)
Either a tidy_omic
or triple_omic
object
path to save outputs
start of output file name
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")
}