compileDescription {PBSmodelling} | R Documentation |
compileDescription converts a Window Description File into an equivalent Window Description List. The list is complete - meaning all default values have been added to the list.
compileDescription(descFile, outFile)
descFile |
filename of markup file. |
outFile |
filename indicating where to save outputed R source code. |
The Window Description File is converted into a list, which is then converted into R code and saved to the outfile.