Learn R Programming

specmine (version 3.1.6)

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

Run the code above in your browser using DataLab