powered by
Get the type of the data from the dataset
get_type(dataset)
list representing the dataset from a metabolomics experiment.
Returns a string with the type of the data.
# 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