Learn R Programming

specmine (version 2.0.3)

get_samples_names_dx: Get sample's names from DX files

Description

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

Usage

get_samples_names_dx(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 DX sample's names
  dx.sample.names = get_samples_names_dx("data")
# }

Run the code above in your browser using DataLab