Learn R Programming

sweep (version 0.2.5)

sw_tidy.default: Default tidying method

Description

By default, sw_tidy() uses broom::tidy() to convert its output.

Usage

# S3 method for default
sw_tidy(x, ...)

Value

A tibble generated by broom::tidy()

Arguments

x

an object to be tidied

...

extra arguments passed to broom::tidy()