Learn R Programming

specmine (version 1.0)

get_samples_names_spc: Get sample's names from SPC files

Description

Function to get the names of the SPC files from a folder.

Usage

get_samples_names_spc(foldername)

Arguments

foldername
string with the path of the data folder.

Value

Returns a vector with the sample's names.

Examples

Run this code
## Not run: 
#   ## Example of getting SPC sample's names
#   spc.sample.names = get_samples_names_spc("data")
# ## End(Not run)

Run the code above in your browser using DataLab