Skip to content

R package to connect to databases created with Hivepod

License

Notifications You must be signed in to change notification settings

SevillaR/HivepodR

Repository files navigation

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

About

R package to connect to databases created with Hivepod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages