# NOT RUN {
## Create and write RTF document
ht <- huxtable::huxtable(
column1 = 1:5,
column2 = letters[1:5]
)
rtf <- rtf_doc(ht)
write_rtf(rtf, file=tempfile()) #writes a table with no header/footnotes to 'test.rtf'
# }
Run the code above in your browser using DataLab