ReporteRs (version 0.8.0)

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

# S3 method for bsdoc
print(x, ...)

Arguments

x

a bsdoc object

...

further arguments, not used.

Examples

Run this code
# NOT RUN {
#START_TAG_TEST
# Create a new document
doc = bsdoc( )
print( doc )
#STOP_TAG_TEST
# }

Run the code above in your browser using DataCamp Workspace