pythonTask {XRPython}R Documentation

Register an Evaluator Command or Expression at Initialization

Description

An unevalated command or expression for the interface is supplied, typically using quote() or substitute. When an evaluator from the class is created, this command will be evaluated. Repeated calls to this function, to serverAddToPath() and to serverImport() will evaluate the corresponding requests, in the order in which the corresponding calls took place (typically in the source of a pacakage).

Usage

pythonTask(command)

Arguments

command

an unevaluated command or expression for the evaluator.


[Package XRPython version 0.8 Index]