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.