ReporteRs (version 0.5.4)

print.docx: print informations about an object of class "docx".

Description

print informations about an object of class "docx".

Usage

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

Arguments

x

an object of class "docx"

...

further arguments, not used.

See Also

docx, print

Examples

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

Run the code above in your browser using DataCamp Workspace