editADfile {PBSadmb} | R Documentation |
Edit a file using the text editor specified in .ADopts
.
editADfile(fname)
fname |
string name of file in current working directory
(or elsewhere if path delimited by / or \ ). |
Returns Boolean: TRUE
if file exists, FALSE
if it does not.
This function explicitly uses the editor chosen for PBSadmb. PBSmodelling
has another function openFile
that uses Windows file associations
or an application specified with setPBSext
.
Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada