readPBSoptions {PBSmodelling} | R Documentation |
Read PBS Options from an External File
Description
Load options that were saved using writePBSoptions
, for use
with openFile
, getPBSoptions
or interfaces such as
loadC
.
Usage
readPBSoptions(fname="PBSoptions.txt")
Arguments
fname |
file name or full path of file from which the options will be loaded. |
Note
If an option exists in R memory but not in the saved file, the option is not cleared from memory.
Author(s)
Anisa Egeli, Vancouver Island University, Nanaimo BC
See Also
writePBSoptions
, getGUIoptions
,
openFile
, getPBSoptions
[Package PBSmodelling version 2.69.3 Index]