get_type: Get type of data

Description Usage Arguments Value Examples

Description

Get the type of the data from the dataset

Usage

1
get_type(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Returns a string with the type of the data.

Examples

1
2
3
4
  ## Example of getting the type of the data
  library(specmine.datasets)
  data(cachexia)
  type = get_type(cachexia)

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