R/rtf.R
print.rtf.Rd
Write the RTF object and its content to a file.
# S3 method for class '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")) #> [1] "/tmp/RtmpfGwugV/file29ba62d6ccb7.rtf"