.generic_selector {broom.helpers} | R Documentation |
Generate a custom selector function
Description
Generate a custom selector function
Usage
.generic_selector(variable_column, select_column, select_expr, fun_name)
.is_selector_scoped(variable_column, select_column)
Arguments
variable_column |
string indicating column variable names are stored |
select_column |
character vector of columns used in the |
select_expr |
unquoted predicate command to subset a data frame to select variables |
fun_name |
quoted name of function where |
Details
.is_selector_scoped()
checks if a selector has been properly registered
in env_variable_type$df_var_info
.
Value
custom selector functions
[Package broom.helpers version 1.15.0 Index]