Learn R Programming

specmine (version 1.0)

get_metadata: Get metadata

Description

Get the metadata from the dataset

Usage

get_metadata(dataset)

Arguments

dataset
list representing the dataset from a metabolomics experiment.

Value

returns a data frame with the metadata.

Examples

Run this code
  ## Example of getting the metadata
  data(cachexia)
  cachexia.mt = get_metadata(cachexia)

Run the code above in your browser using DataLab