Learn R Programming

r2rtf (version 0.1.1)

write_rtf: Write an RTF table to .rtf file

Description

The write_rtf function writes rtf encoding string to an .rtf file

Usage

write_rtf(rtf, file)

Arguments

rtf

rtf encoding string rendered by as_rtf()

file

File name to write the output RTF table.