Learn R Programming

XR (version 0.7.2)

proxyName: Return the Server Language Name Corresponding to a Proxy Object

Description

Interface evaluators pass constructed names to the server language evaluator, arranged to be unique within and between evaluators. This function returns the name when given a proxy object.

Usage

proxyName(x)

# S4 method for AssignedProxy proxyName(x)

# S4 method for ProxyClassObject proxyName(x)

Arguments

x

an object returned from some computation in the server as a proxy for that server object. May be from a proxy class, but doesn't need to be.

Methods (by class)

  • AssignedProxy: for this class, the name is the object (which extends class "character")

  • ProxyClassObject: this class has a proxy object as a field.