Takes a data or model object and summarizes it into a ready to
export, human-readable summary table.
Usage
build_table(.object, ...)
Arguments
- .object
An object of a supported class. See S3 methods below.
- ...
Arguments passed to the appropriate S3 method.
Value
An object of class tbl_df (tibble) summarizing the provided object.