ReporteRs (version 0.8.7)

print.bsdoc: Print method for bsdoc objects.

Description

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

Run this code
# Create a new document
doc = bsdoc( )
print( doc )

Run the code above in your browser using DataLab