extract_var_names | R Documentation |
This function takes a list of quosures representing logical expressions and returns the variable names used in these expressions.
extract_var_names(filter_expr)
filter_expr |
A list of quosures representing logical expressions. |
A character vector containing the unique variable names used in the expressions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.