Learn R Programming

specmine (version 3.1.6)

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
# NOT RUN {
  ## Example of getting the metadata
  library(specmine.datasets)
  data(cachexia)
  cachexia.mt = get_metadata(cachexia)
# }

Run the code above in your browser using DataLab