Learn R Programming

report (version 0.1.0)

as.report: Create or test objects of class report.

Description

Allows to create or test whether an object is of the report class.

Usage

as.report(x, ...)

is.report(x)

Arguments

x

An arbitrary R object.

...

Args to be saved as attributes.

Value

A report object or a TRUE/FALSE value.