Variable | R Documentation |
A class for Variable objects. This class inherits from an abstract Symbol class. Please visit https://www.gams.com/latest/docs/API_R_GAMSTRANSFER.html for detailed documentation of this package.
# create a container
m = Container$new()
# add a Variable
v = Variable$new(m, "v")
# access records
v_recs = v$records
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.