Export a data table including all fields from features, samples and measurements.
export_tomic_as_tidy(tomic, dir_path, name_preamble, verbose = TRUE)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")
}