gmExpr-class {gmDatabase} | R Documentation |
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
Slots
- EXPR
stores the expression itself.
- envir
defines the environment used for evaluation of
expr
.
Author(s)
K. Gerald van den Boogaart, S. Matos Camacho
See Also
Examples
myExpr <- gmExpr(root)
myExpr
[Package gmDatabase version 0.5.0 Index]