ReporteRs (version 0.7.8)

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

Description

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

bsdoc, print

Examples

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

Run the code above in your browser using DataCamp Workspace