Description Usage Arguments Details Value Examples
Evaluate some data expression in the proper context.
1 |
data |
The raw data object that |
x |
The data expression to evaluate. |
x
can be either a:
- Formula: will be evaluated as an expression inside of data
.
- Function: will be evaluated as-is, so must return the desired object in any context.
- Vector: will be used as-is.
- Character Scalar: will be used as the name of a column in the data.
A vector.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.