Description Usage Arguments Value Examples
View source: R/constructQuery.R
Set up initial parameters for Cosmos DB querying
1 | constructQuery(sql.what, sql.where)
|
sql.what |
String for specifying what fields to retrieve. Typically called select condition |
sql.where |
String for specifying what filter to use on data. Typically called search condition |
String containing a full SELECT statement for the database
1 | constructQuery(sql.what = "c.contact.eloquaId", sql.where = "c.contact.eloquaId != null")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.