Skip to contents

Reads all comma-separated values (CSV) files whose paths begin with path.stub and combines them by rows.

Usage

OR.read.csv.stub(path.stub, ...)

Arguments

path.stub

String path prefix used to match CSV files.

...

Additional arguments passed to read.csv().

Value

A data.frame containing contents of all matched CSV files combined by rows.

See also

Other other: OR.collapse(), OR.permutations()