Learn R Programming

soql (version 0.1.1)

soql: 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 soql object.

Value

Returns a soql object.

Examples

Run this code
soql()

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

Run the code above in your browser using DataLab