Learn R Programming

gamstransfer (version 3.0.7)

Variable: Variable Class

Description

A class for Variable objects. This class inherits from an abstract Symbol class. Please visit https://transfer-r.readthedocs.io/en/latest/ for detailed documentation of this package.

Arguments

Examples

Run this code
# create a container
m <- Container$new()
# add a Variable
v <- Variable$new(m, "v")
# access records
v_recs <- v$records

Run the code above in your browser using DataLab