powered by
read.list reads sets of lines of data from a file and creates a list of matrices. Different sets of lines may be have different lengths.
read.list
read.list(file="", skip=0, nlines=2, order=NULL)
The list of matrices, each with nlines columns, is returned.
nlines
Name of the file to read
Number of lines to skip at the beginning of the file
Number of lines per matrix
Order in which the lines are to be used as columns of the matrix. If NULL, they are placed in the order read.
J.K. Lindsey
lvna, read.rep, read.surv, restovec, rmna, tvctomat
lvna
read.rep
read.surv
restovec
rmna
tvctomat
if (FALSE) y <- read.list("test.dat")
Run the code above in your browser using DataLab