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)
name of window description file (markup 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
.