compileDescription {PBSmodelling} | R Documentation |
Convert a Window Description File (ASCII markup file) to an equivalent Window Description List. The output list (an ASCII file containing R-source code) is complete, i.e., all default values have been added.
compileDescription(descFile, outFile)
descFile |
file name of markup file. |
outFile |
file name of output file containing R source code. |
The Window Description File descFile
is converted to a list,
which is then converted to R code, and saved to outFile
.