readList {PBSmodelling}R Documentation

Read a List From a File

Description

Reads in a list which was saved to a file by writeList. It can support a native R list, or PBSmodelling P format. It is detected automatically.

For information about "P" format, see writeList.

Usage

readList(fname)

Arguments

fname file name of text file containing the list.

See Also

writeList

unpackList


[Package PBSmodelling version 0.60 Index]