Read CSV files matching a path stub and combine by rows
Source:R/OncReg.other.R
OR.read.csv.stub.RdReads all comma-separated values (CSV) files whose paths begin with path.stub
and combines them by rows.
Arguments
- path.stub
String path prefix used to match CSV files.
- ...
Additional arguments passed to
read.csv().
See also
Other other:
OR.collapse(),
OR.permutations()