powered by
Creation of the object representing an RTF document which can then receive contents with the rtf_add() function and be written to a file with the print(x, target="doc.rtf") function.
rtf_add()
print(x, target="doc.rtf")
rtf_doc( def_sec = prop_section(), normal_par = fp_par(), normal_chunk = fp_text(font.family = "Arial", font.size = 11) )
an object of class rtf representing an empty RTF document.
rtf
a block_section object used to defined default section.
an object generated by fp_par()
fp_par()
an object generated by fp_text()
fp_text()
read_docx(), print.rtf(), rtf_add()
read_docx()
print.rtf()
rtf_doc(normal_par = fp_par(padding = 3))
Run the code above in your browser using DataLab