Learn R Programming

XR (version 0.7.2)

evaluatorAction: 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 language evaluatorAction(action, ev)

# S4 method for 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.