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

Description Usage Arguments Methods (by class)

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

1
2
3
4
5
6
7
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)


XR documentation built on May 2, 2019, 6:01 a.m.

Related to proxyName in XR...