report_date {report}R Documentation

Miscellaneous reports

Description

Other convenient or totally useless reports.

Usage

report_date(...)

report_story(...)

Arguments

...

Arguments passed to or from other methods.

Value

Objects of class report_text().

See Also

Specific components of reports (especially for stats models):

Other types of reports:

Methods:

Template file for supporting new models:

Examples

library(report)

report_date()
summary(report_date())
report_story()

[Package report version 0.5.8 Index]