| print.rapport {rapport} | R Documentation |
Default print method for rapport class objects that shows evaluated report contents.
## S3 method for class 'rapport' print(x, ...)
x |
any "rapport" class object |
... |
ignored |
## Not run:
rapport('example', data = mtcars, var='hp')
## End(Not run)