support function to create documentation of modular GAMS code.
createListModularCode(
cc,
interfaces,
path = ".",
citation = NULL,
unitPattern = c("\\(", "\\)"),
includeCore = FALSE,
mainfile = "main.gms",
docfolder = "doc"
)codeCheck information
interface information
path to the model to be documented
citation data read from a CFF file
pattern that is usedto identify the unit in the description, default =c("\(","\)")
Boolean whether core should be included or not, default=FALSE
main file of the model
folder the documentation should be written to relative to model folder
Jan Philipp Dietrich
codeCheck