Description Usage Arguments Value Examples
The left part of possibly concatenated logical expressions are extracted. Use is intended for variable names in dataframes. Alphanumerics, dots and underscores are allowed as variable names.
1 | vars_in_expression(e = .())
|
e |
Logical expression as a string or wrappd in |
A character vector containing the variable names.
1 | vars_in_expression(.(a.1==1 & b==2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.