Description
Rich Text Format (RTF) Output.
Description
A set of R functions to output Rich Text Format (RTF) files with high resolution tables and graphics that may be edited with a standard word processor such as Microsoft Word.
README.md
rtf R Package
An R package to produce RTF documents.
Installation
From CRAN:
install.packages("rtf")
or from github:
library(devtools)
install_github("schaffman5/rtf")
Usage
See the vignette for usage details: https://cran.r-project.org/web/packages/rtf/index.html
vignette("rtf")