powered by
Write the RTF object and its content to a file.
# S3 method for rtf print(x, target = NULL, ...)
an 'rtf' object created with rtf_doc()
rtf_doc()
path to the RTF file to write
unused
# write a rdocx object in a rtf file ---- doc <- rtf_doc() print(doc, target = tempfile(fileext = ".rtf"))
Run the code above in your browser using DataLab