An R package to produce RTF documents.
From CRAN:
install.packages("rtf")
or from github:
library(devtools)
install_github("schaffman5/rtf")
See the vignette for usage details: https://cran.r-project.org/web/packages/rtf/index.html
vignette("rtf")