print.bsdoc
From ReporteRs v0.7.7
by David Gohel
print informations about an object of class bsdoc
.
print informations about an object of class bsdoc
.
Usage
## S3 method for class 'bsdoc':
print(x, ...)
Arguments
- x
- an object of class
bsdoc
- ...
- further arguments, not used.
See Also
Examples
# Create a new document
doc = bsdoc( )
print( doc )
Community examples
Looks like there are no examples yet.