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.
proxyName(x)# S4 method for AssignedProxy
proxyName(x)
# S4 method for ProxyClassObject
proxyName(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.
AssignedProxy
: for this class, the name is the object (which extends class
"character")
ProxyClassObject
: this class has a proxy object as a field.