Learn R Programming

specmine (version 3.1.6)

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
# NOT RUN {
  ## Example of getting the value label
  library(specmine.datasets)
  data(cassavaPPD)
  value.label = get_value_label(propolis)
# }

Run the code above in your browser using DataLab