Reads matrix data from a file
matscan(file, num.cols = utils::count.fields(file)[1], what = 0, sk = 0)
A matrix corresponding to the data in file
.
A filename.
The number of columns of data in the file.
A template for the data elements in the file, it should be a
number for numeric data (the default) or a string for string data. Note
that an Splus matrix can only hold one type of data (string or numeric),
for mixed types use data tables and the read.table
function.
The number of leading lines of the file to skip.
This function has been partially superseded by the introduction of data frames and the read.table function. It is still useful however for reading data into Splus matrix objects.
read.table