readList {PBSmodelling}R Documentation

Read a List from a File in PBS Modelling Format

Description

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.

Usage

readList(fname)

Arguments

fname file name of the text file containing the list.

See Also

writeList, unpackList, packList


[Package PBSmodelling version 2.06 Index]