Description Usage Arguments Value Examples
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.
1 | soql(query = "")
|
query |
An optional string containing an already-formed URL. This URL is converted into a |
Returns a soql
object.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.