README.md

Parse API Client for R

rparse provides API functions for the cloud backend service parse.com, including:

Installation and Setup

Install using devtools:

devtools::install_github("dgrtwo/rparse")

Before use, add lines to your R profile setting up your Parse API key:

Sys.setenv(PARSE_APPLICATION_ID = "YOUR_APPLICATION_ID")
Sys.setenv(PARSE_API_KEY = "YOUR_REST_API_KEY")

These can be found in your Account/App keys page on Parse.



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