Learn R Programming

specmine (version 2.0.3)

read_data_dx: Read data from (J)DX files

Description

Reads the data from the (J)DX files.

Usage

read_data_dx(foldername, debug = 0)

Arguments

foldername

string with the path of the data folder.

debug

debug option for readJDX'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")
# }

Run the code above in your browser using DataLab