powered by
Convert the dataset in the ChemoSpec format to a dataset of this package.
convert_from_chemospec(csobj, type = "undefined", description = "")
ChemoSpec object representing the dataset.
string representing the type of the data.
string representing the description of the dataset.
Returns a list representing the dataset converted.
# NOT RUN { ## Example of converting a dataset from ChemoSpec dataset = convert_from_chemospec(chemospec.dataset, type = "nmr-peaks", description = "some description") # }
Run the code above in your browser using DataLab