Learn R Programming

rapport (version 0.31)

print.rapport: Prints rapport

Description

Default print method for rapport class objects that shows evaluated report contents.

Usage

## S3 method for class 'rapport':
print(x, ...)

Arguments

x
any "rapport" class object
...
ignored

Examples

Run this code
rapport('univar-descriptive', data=mtcars, var='hp')
print(rapport('univar-descriptive', data=mtcars, var='hp'))

Run the code above in your browser using DataLab