build_table {utile.tables} | R Documentation |
Build summary tables
Description
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.
See Also
build_table.data.frame
,
build_table.coxph
,
build_table.lm
[Package utile.tables version 0.3.0 Index]