Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

specmine (version 3.0.1)

check_dataset: Check dataset

Description

Check if the dataset is valid and if not give the proper error message.

Usage

check_dataset(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Message saying if the dataset is valid or invalid, in the last case also gives the reason.

Examples

Run this code
# NOT RUN {
  ## Example checking a dataset
  data(cachexia)
  check_dataset(cachexia)
# }

Run the code above in your browser using DataLab