parse_function: Create an interface to a Parse CloudCode function

Description Usage Arguments Examples

Description

Create an interface to a Parse CloudCode function. This would have to have been added to your "cloud" directory in your Parse application. For more, see here: https://parse.com/docs/cloud_code_guide

Usage

1

Arguments

name

Name of the function in CloudCode

Examples

1
2
3
4
# suppose a "hello world" function has been set up in the cloud

hello_function <- parse_function("hello")
hello_function()

dgrtwo/rparse documentation built on May 15, 2019, 7:28 a.m.