proxyEvaluator: The Evaluator Function Object Referred to from a Proxy Objec

Description Usage Arguments

View source: R/ProxyClass.R

Description

Any proxy for a server language object contains a reference to the interface evaluator object used to create the proxy object. This function retrieves the evaluator (whether or not there is a proxy class for this object). The function is called from specialized methods for particular server langauge classes, as part of a package using the XR package. End users will not typically need to call it directly; it is exported to simplify life for the extending package.

Usage

1

Arguments

object

any proxy object


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

Related to proxyEvaluator in XR...