evaluatorAction {XR} | R Documentation |
Carry Out an Evaluator Initialization Action
Description
This function is called from the Startup() method of an evalautor and is not useful to be called directly. It is exported to make it visible from within a subclass of "Interface".
Usage
evaluatorAction(action, ev)
## S4 method for signature 'language'
evaluatorAction(action, ev)
## S4 method for signature 'pathEl'
evaluatorAction(action, ev)
Arguments
action |
the action from the table. Must be an expression or some special class, typically a path element to add to the server path. |
ev |
the evaluator. |
Methods (by class)
-
language
: a language object, just evaluate it. -
pathEl
: a "pathEl" object to add to the server search path.
[Package XR version 0.7.2 Index]