By default, sw_tidy()
uses broom::tidy()
to convert its output.
Usage
# S3 method for default
sw_tidy(x, ...)
Arguments
- x
an object to be tidied
- ...
extra arguments passed to
broom::tidy()
Value
A tibble generated by broom::tidy()
By default, sw_tidy()
uses broom::tidy()
to convert its output.
# S3 method for default
sw_tidy(x, ...)
an object to be tidied
extra arguments passed to broom::tidy()
A tibble generated by broom::tidy()