| parseWinFile {PBSmodelling} | R Documentation |
Parse a Window Description (markup) File into the list format expected by createWin().
parseWinFile(fname, astext=FALSE)
fname |
file name of the Window Description File. |
astext |
if TRUE, fname is interpreted as a vector of strings,
with each element representing a line of code in a Window Description File. |
A list representing a parsed Window Description File that can be directly
passed to createWin.
All widgets are forced into a 1-column by N-row grid.
## Not run:
x<-parseWinFile(system.file("examples/LissFigWin.txt",package="PBSmodelling"))
createWin(x)
## End(Not run)