Learn R Programming

report (version 0.4.0)

report_date: 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

Run this code
# NOT RUN {
library(report)

report_date()
summary(report_date())
report_story()
# }

Run the code above in your browser using DataLab