dumpProxyFunction: Write A Proxy Function to a File or Connection

Description Usage Arguments

View source: R/ProxyClass.R

Description

This function is called by the $SaveProxyFunction() method of an evaluator object. It is exported for the convenience of packages inheriting from XR and would not normally be called by a user.

Usage

1
dumpProxyFunction(file, object, objName = object@name, docText)

Arguments

file

the file or connection for writing the function text.

object, objName, docText

arguments supplied by the evaluator method.


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

Related to dumpProxyFunction in XR...