Learn R Programming

repmod (version 0.4.11)

report: Generic function for creating reporting tables

Description

Generic function for creating reporting tables.

Usage

report(x, ...)

Value

A data frame with the report table

Arguments

x

An compatibleobject that can be summarized

...

further arguments passed to make_table

Examples

Run this code
report(iris)  #Report of descriptive statistics
lm1 <- lm(Petal.Length ~ Sepal.Width + Species, data=iris)
report(lm1)   #Report of model

Run the code above in your browser using DataLab