remote_function: Deserialize a base64-encoded string and run the deferred...

Description Usage Arguments Details Value

Description

The body of this function is used in opencpu. jsonlite is a dependency of opencpu so for sure it's going to be there.

Usage

1
remote_function(base64string)

Arguments

base64string

A serialized, base64-encoded deferred function wrapper.

Details

This function exists because it's easier to write and test it this way. However, it is never used directly, but rather deparsed and sent to a remote server as text.

Value

A serialized, base64-encoded result of running the deferred wrapper.


lbartnik/defer documentation built on May 20, 2019, 8:27 p.m.