This function is a wrapper for the mpactr import_data function. It will import your peak table and meta data and create a mpactr_object.
Examples
data <-
import_all_data(peak_table =
mums2::mums2_example("botryllus_pt_small.csv"),
meta_data =
mums2::mums2_example("meta_data_boryillus.csv"),
format = "None")
#> If peak table has corrupted compound names they will be converted to
#> utf-8 and if there are any commas, they will be converted to periods(.).