proxyName {XR}R Documentation

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 signature 'AssignedProxy'
proxyName(x)

## S4 method for signature '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)


[Package XR version 0.7.2 Index]