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)
Arguments
descFile: name of window description file (markup file).
outFile: name of output file containing R source code.
Details
The window description filedescFile is converted to a list, which is then converted to R code, and saved to outFile.
Author(s)
Alex Couture-Beil, Vancouver Island University, Nanaimo BC