%<-% registers a method_tidy() into the tidy registry. The
left-hand side must be a making_tidy() call.
Arguments
- lhs
A
making_tidy_callobject frommaking_tidy().- rhs
A
method_tidy()object.
Examples
making_tidy(TTEST, x_by) %<-% method_tidy(
default = function(.x, ...) { ... },
boot = function(.x, ...) { ... }
)