check_quo_vars | R Documentation |
Ensure that variables used in quos are present in the data and return informative error messages otherwise.
check_quo_vars(xpdb, ..., .source, .problem)
xpdb |
An xpose database object. |
... |
Name-value pairs of expressions. |
.source |
The source of the data in the xpdb. Can either be 'data' or an output file extension e.g. 'phi'. |
.problem |
The problem from which the data will be modified |
Silent if checks are successful, returns errors otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.