Skip to content

dgrtwo/rparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse API Client for R

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

  • creating and updating objects (parse_save)
  • deleting objects (parse_delete)
  • signing up (parse_signup) and logging in (parse_login) a user

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.

About

Parse API Client for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages