View source: R/createListModularCode.R
createListModularCode | R Documentation |
support function to create documentation of modular GAMS code.
createListModularCode(
cc,
interfaces,
path = ".",
citation = NULL,
unitPattern = c("\\(", "\\)"),
includeCore = FALSE,
mainfile = "main.gms",
docfolder = "doc",
startType = "equations"
)
cc |
codeCheck information |
interfaces |
interface information |
path |
path to the model to be documented |
citation |
citation data read from a CFF file |
unitPattern |
pattern that is usedto identify the unit in the description, default =c("\(","\)") |
includeCore |
Boolean whether core should be included or not, default=FALSE |
mainfile |
main file of the model |
docfolder |
folder the documentation should be written to relative to model folder |
startType |
input parameter for |
Jan Philipp Dietrich
codeCheck
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.