Description Usage Arguments Details Value
Concatenates inequality restrictions and an existing SQL query string
1 | pasteLimitRestrictions(query, restrictions, whereClause = FALSE)
|
query |
A |
restrictions |
A n x 3 |
whereClause |
If set to |
The restrictions matrix must have the following columns:
targetColumn: A character value. Column on which restrictions should apply.
min: A numeric value. Lower bound for the targetColumn. Should be set to NA when not applicable.
max: A numeric value. Upper bound for the targetColumn. Should be set to NA when not applicable.
A character. The new query string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.