queryRaw: Makes a raw query

Description Usage Arguments Value Examples

Description

Executes a query allowing pasing a direct Hivepod/Baucis query using JSON syntax as defined here: https://github.com/wprl/baucis/wiki/Query-String-Parameters

Usage

1

Arguments

resource

The resource to query.

query

Raw URL query. See doc here: https://github.com/wprl/baucis/wiki/Query-String-Parameters

Value

Returns a dataframe with the returned data.

Examples

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

queryRaw(off, "?skip=2&limit=3")

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