Skip to contents

method_tidy() is the companion to making_tidy(). It collects tidy functions for the base implementation and named variants, used only when fn returns a non-class_stat_infer object.

Usage

method_tidy(default = NULL, ...)

Arguments

default

A function with signature function(.x, ...). Required.

...

Named functions, one per variant. Names must match variant names registered in agendas(). Omitted variants fall back to default automatically.

Value

A method_tidy S7 object.