powered by
Reads the data from the SPC files.
read_data_spc(foldername, nosubhdr = F)
string with the path of the data folder.
if TRUE, it won't read the subheader.
Returns a list with the samples and the respective data points.
# NOT RUN { ## Example of reading a dataset from SPC files sample.list = read_data_spc("data") # }
Run the code above in your browser using DataLab