Learn R Programming

specmine (version 1.0)

get_value_label: Get value label

Description

Get the value label from the dataset

Usage

get_value_label(dataset)

Arguments

dataset
list representing the dataset from a metabolomics experiment.

Value

Returns a string with the value label.

Examples

Run this code
  ## Example of getting the value label
  data(cassavaPPD)
  value.label = get_value_label(cassavaPPD)

Run the code above in your browser using DataLab