Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dot-generic_selector

Generate a custom selector function


Description

Generate a custom selector function

Usage

.generic_selector(variable_column, select_column, select_expr, fun_name)

Arguments

variable_column

string indicating column variable names are stored

select_column

character vector of columns used in the select_expr= argument

select_expr

unquoted predicate command to subset a data frame to select variables

fun_name

quoted name of function where .generic_selector() is being used. This helps with error messaging.

Value

custom selector functions


broom.helpers

Helpers for Model Coefficients Tibbles

v1.3.0
GPL-3
Authors
Joseph Larmarange [aut, cre] (<https://orcid.org/0000-0001-7097-700X>), Daniel D. Sjoberg [aut] (<https://orcid.org/0000-0003-0862-2018>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.