powered by
Check if the dataset is valid and if not give the proper error message.
check_dataset(dataset)
list representing the dataset from a metabolomics experiment.
Message saying if the dataset is valid or invalid, in the last case also gives the reason.
# NOT RUN { ## Example checking a dataset library(specmine.datasets) data(cachexia) check_dataset(cachexia) # }
Run the code above in your browser using DataLab