Learn R Programming

specmine (version 1.0)

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")
# ## End(Not run)

Run the code above in your browser using DataLab