gmDatabase (version 0.5.0)

gmExpr-class: Class gmExpr

Description

gmExpr can be generated using the function gmExpr. It has two slots. Such an object can be used as argument on gmRead

Arguments

Slots

EXPR
stores the expression itself.
envir
defines the environment used for evaluation of expr.

See Also

gmRead, gmExpr

Examples

Run this code
myExpr <- gmExpr(root)

myExpr

Run the code above in your browser using DataCamp Workspace