print.rtf | R Documentation |
Write the RTF object and its content to a file.
## S3 method for class 'rtf'
print(x, target = NULL, ...)
x |
an 'rtf' object created with |
target |
path to the RTF file to write |
... |
unused |
rtf_doc()
# write a rdocx object in a rtf file ----
doc <- rtf_doc()
print(doc, target = tempfile(fileext = ".rtf"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.