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.

Author(s)

Alex Couture-Beil, Malaspina University-College, Nanaimo BC

See Also

packList, unpackList, writeList


[Package PBSmodelling version 2.55.175 Index]