Learn R Programming

gamstransfer (version 3.0.7)

SpecialValues: SpecialValues list object

Description

This list contains GAMS special values and helper functions to check if a given value is a GAMS special value. Please visit https://transfer-r.readthedocs.io/en/latest/ for detailed documentation of this package.

Usage

SpecialValues

Arguments

Format

An object of class list of length 10.

Examples

Run this code
# check the value of GAMS special value NA
NA_val <- SpecialValues[["NA"]]
# check the value of GAMS special value EPS
EPS_val <- SpecialValues[["EPS"]]
# check if a value is GAMS special value `NA`
isNA_check <- SpecialValues$isNA(0)

Run the code above in your browser using DataLab