`get_metadata` retrieves the metadata contained in a joined_chrom object.
Details
This function accesses to the groups slot created by the joined_chrom function. The Names are the names of the chromatograms.
Examples
data(Myrothecium)
myr_data <- get_metadata(Myrothecium)
myr_data
#> Names Type Repetition Day
#> 1 BcoAd5 Bco A 5
#> 2 BcoBd5 Bco B 5
#> 3 BcoDd5 Bco D 5
#> 4 MylAd5 Myl A 5
#> 5 MylBd5 Myl B 5
#> 6 MylDd5 Myl D 5