Learn R Programming

XR (version 0.7.2)

dumpProxyFunction: Write A Proxy Function to a File or Connection

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

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.