readList {PBSmodelling} | R Documentation |
Read in a list previously saved to a file by writeList
.
At present, only two formats are supported - R's native format
used by the dput
function or an ad hoc PBSmodelling
format.
The function readList
detects the format automatically.
For information about the PBSmodelling
format, see writeList
.
readList(fname)
fname |
file name of the text file containing the list. |
writeList
, unpackList
, packList