View source: R/is.modularGAMS.R
is.modularGAMS | R Documentation |
Checks whether a folder seems to contain modular GAMS code or not.
is.modularGAMS(path = ".", version = FALSE, modulepath = "modules/")
path |
path to the main folder of the model |
version |
if TRUE returns the version of the modular structure or FALSE, otherwise returns a boolean indicating whether it is modular or not. |
modulepath |
Module path within the model (relative to the model main folder) |
Jan Philipp Dietrich
codeCheck
is.modularGAMS(system.file("dummymodel",package="gms"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.