Learn R Programming

specmine (version 2.0.3)

read_data_spc: Read data from SPC files

Description

Reads the data from the SPC files.

Usage

read_data_spc(foldername, nosubhdr = F)

Arguments

foldername

string with the path of the data folder.

nosubhdr

if TRUE, it won't read the subheader.

Value

Returns a list with the samples and the respective data points.

Examples

Run this code
# 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