rLambdaExecute: rLambdaExecute

Description Usage Details

Description

Invoke a AWS Lambda function

Usage

1

Details

This functon has no parameters. The entire local environment will be sent to the R server. The local environment should have a no-parameter function called run. This function will be run, and it's return value will be placed in the local environment with name result. Additionally, any variables the run() function assigns to the enclosing environment will be present when rLambdaExecute returns.

(Note: this functionality is not working, for reasons still to be clarified. To get the final environment, it is necessary to execute load("newdata.Rdata").)


sampoll/rLambda documentation built on May 13, 2019, 1:09 p.m.