Learn R Programming

Rdsm (version 1.0.0)

rpc: RPC

Description

Remote Procedure Call.

Usage

newf(ftnname,ftn)
rpc(ftnname,arglist)

Arguments

ftnname
Function to be invoked remotely, quoted
ftn
The function itself, an Rfunction object.
arglist
List of arguments for the invoked function, possibly empty.

Details

An arglist element is either an expression not involving any Rdsm variables, in which case it is evaluated at the client side, or a single quoted Rdsm variable name. The actual execution of the function is at the server, and may be used to affect Rdsm variables.