Reads the data from the SPC files and creates the dataset.
read_dataset_spc(folder.data, filename.meta = NULL,
type = "undefined", description = "", nosubhdr = FALSE,
label.x = NULL, label.values = NULL, header.col.meta = TRUE,
header.row.meta = TRUE, sep.meta = ",")
string containing the path of the data folder.
name of the metadata file.
type of the data.
a short text describing the dataset.
if TRUE, it won't read the subheader.
the label for the x values.
the label for the y values.
boolean value indicating if the metadata CSV file contains a header column with the name of the metadata variables.
boolean value indicating if the metadata CSV file contains a header row with the name of the samples.
the separator character of the metadata file.
Returns the dataset from the SPC files.