ReporteRs (version 0.7.5)

print.bsdoc: print informations about an object of class bsdoc.

Description

print informations about an object of class bsdoc.

Usage

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

Arguments

x

an object of class bsdoc

...

further arguments, not used.

See Also

bsdoc, print

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