GAMScodeFilter: GAMScodeFilter

Description Usage Arguments Value Author(s) See Also Examples

View source: R/GAMScodeFilter.R

Description

Cleans GAMS code supplied from empty lines and comments.

Usage

1

Arguments

x

A vector with lines of GAMS code (as you get by reading the code with readLines)

Value

The cleaned GAMS code

Author(s)

Jan Philipp Dietrich

See Also

readDeclarations

Examples

1
GAMScodeFilter(c("","*comment","a=12;","","b=13;"))

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