This function downloads three samples in .mea.gz format. It is useful to run the introductory vignette.

download_three_ketones_dataset(outdir = "2021-mixture-six-ketones-demo")

Arguments

outdir

Name of the directory where the samples will be saved

Value

Nothing (Files are created in the given folder)

Examples

if (FALSE) {
download_three_ketones_dataset(outdir = "sample_dataset")
list.files("sample_dataset")
}