README.md

HivepodR

Build Status Coverage Status

R Package for manipulating data created with Hivepod backends.

Sample Backend

See https://jacaton-r.herokuapp.com as a sample Hivepod produced backend to test the package. Use the credentials: demo / 1234 as a readonly access.

Usage

library(HivepodR)
install_github("SevillaR/hivepodR")

cnx <- connect("http://jacaton-r.herokuapp.com", "demo", "1234") 
off <- resource(cnx, "oficinas") 

count(off)
query(off)
query(off, conditions=buildCondition("nombre", "==", "Seville")  )
query(off, limit=2, skip=2)

Initial Authors



SevillaR/HivepodR documentation built on May 9, 2019, 1:23 p.m.