rapport (version 1.0)

print.rapport: Prints rapport

Description

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

Usage

# S3 method for rapport
print(x, ...)

Arguments

x

any "rapport" class object

...

ignored

Examples

Run this code
# NOT RUN {
rapport('example', data = mtcars, var='hp')
# }

Run the code above in your browser using DataCamp Workspace