print.bsdoc
From ReporteRs v0.8.7
by David Gohel
Print method for bsdoc
objects.
print a bsdoc
object.
If R session is interactive, the document is
rendered in an HTML page and loaded into a WWW browser.
Usage
"print"(x, ...)
Arguments
- x
- a
bsdoc
object - ...
- further arguments, not used.
Examples
# Create a new document
doc = bsdoc( )
print( doc )
Community examples
Looks like there are no examples yet.