soql: Create a 'soql' object

Description Usage Arguments Value Examples

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

1
soql(query = "")

Arguments

query

An optional string containing an already-formed URL. This URL is converted into a soql object.

Value

Returns a soql object.

Examples

1
2
3
soql()

soql("a.socrata.endpoint?$select=*&$order=height")

zmbc/soql documentation built on May 5, 2019, 3:50 a.m.