get_metadata: Get metadata

Description Usage Arguments Value Examples

Description

Get the metadata from the dataset

Usage

1
get_metadata(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

returns a data frame with the metadata.

Examples

1
2
3
4
  ## Example of getting the metadata
  library(specmine.datasets)
  data(cachexia)
  cachexia.mt = get_metadata(cachexia)

specmine documentation built on Sept. 21, 2021, 5:06 p.m.