Learn R Programming

TLBC (version 1.0)

loadData: Load data

Description

Function to load corresponding label and feature data.

Usage

loadData(labelDir, featDirs, names=NULL)

Arguments

labelDir
Path to a label directory containing instance-level label files.
featDirs
List of paths to feature directories containing feature files.
names
(Optional) If provided, only load data for identifiers provided in this list.

Value

A list containing (1) a data frame of labels and (2) a data frame of features.

See Also

loadFeatures, loadLabels