Skip to content

schaffman5/rtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")