codeExtract | R Documentation |
Returns aggregated and cleaned GAMS code together with declaration matrix
codeExtract(codeFiles, name)
codeFiles |
A vector of file names of GAMS code files. |
name |
A name indicating what collection of code files this is (e.g. module name) |
A list with two elements: code and declarations. Code contains the
cleaned up gams code and declarations contains the declarations matrix as
returned by readDeclarations
Jan Philipp Dietrich
codeCheck
,readDeclarations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.