compileDescription {PBSmodelling}R Documentation

Converts and Saves a Window Description Into a List

Description

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.

Usage

compileDescription(descFile, outFile)

Arguments

descFile filename of markup file.
outFile filename indicating where to save outputed R source code.

Details

The Window Description File is converted into a list, which is then converted into R code and saved to the outfile.

See Also

parseWinFile

createWin


[Package PBSmodelling version 0.60 Index]