print.rapport {rapport} | R Documentation |
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
## Not run:
rapport('example', data = mtcars, var='hp')
## End(Not run)
[Package rapport version 1.1 Index]