Learn R Programming

specmine (version 1.0)

get_type: Get type of data

Description

Get the type of the data from the dataset

Usage

get_type(dataset)

Arguments

dataset
list representing the dataset from a metabolomics experiment.

Value

Returns a string with the type of the data.

Examples

Run this code
  ## Example of getting the type of the data
  data(cachexia)
  type = get_type(cachexia)

Run the code above in your browser using DataLab