pread.table {plm} | R Documentation |
Create a pdata.frame
directly by reading a text file.
pread.table(file,id,time=NULL,name=NULL,...)
file |
a text file, |
id |
the name of the individual index, |
time |
the name of the time index, |
name |
the name of the pdata.frame . If missing, the name of the
pdata.frame is the name of the file, without the path and the
extension, |
... |
further arguments passed to read.table . |
a pdata.frame
object
Yves Croissant