R Package for manipulating data created with Hivepod backends.
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.
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)
- Irene Mendoza
- Elena Goméz-Diaz elegodi
- Ignasi Bartomeus ibartomeus
- Pedro J. Molina pjmolina