soql {soql} | R Documentation |
Create a soql
object
Description
This is the constructor for soql
objects. It will most often be called with no parameters, and be used at the start of a chain of functions. It is necessary to use this function before any others in the soql package.
Usage
soql(query = "")
Arguments
query |
An optional string containing an already-formed URL. This URL is converted into a |
Value
Returns a soql
object.
Examples
soql()
soql("a.socrata.endpoint?$select=*&$order=height")
[Package soql version 0.1.1 Index]