Learn R Programming

specmine (version 1.0)

read_data_dx: Read data from (J)DX files

Description

Reads the data from the (J)DX files.

Usage

read_data_dx(foldername, debug = F)

Arguments

foldername
string with the path of the data folder.
debug
debug option for ChemoSpec's readJDX function.

Value

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

Examples

Run this code
## Not run: 
#   ## Example of reading a dataset from (J)DX file
# s  sample.list = read_data_dx("data")
# ## End(Not run)

Run the code above in your browser using DataLab