is.modularGAMS: is.modularGAMS

Description Usage Arguments Author(s) See Also Examples

View source: R/is.modularGAMS.R

Description

Checks whether a folder seems to contain modular GAMS code or not.

Usage

1
is.modularGAMS(path = ".", version = FALSE, modulepath = "modules/")

Arguments

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)

Author(s)

Jan Philipp Dietrich

See Also

codeCheck

Examples

1
is.modularGAMS(system.file("dummymodel",package="gms"))

gms documentation built on July 2, 2020, 2:36 a.m.