inst/doc/r2rtf-cran.R

## ---- eval = FALSE------------------------------------------------------------
#  library(dplyr)
#  library(r2rtf)
#  
#  head(iris) %>%
#    rtf_body() %>% # Step 1 Add attributes
#    rtf_encode() %>% # Step 2 Convert attributes to RTF encode
#    write_rtf(file = "ex-tbl.rtf") # Step 3 Write to a .rtf file

Try the r2rtf package in your browser

Any scripts or data that you put into this service are public.

r2rtf documentation built on Oct. 25, 2023, 9:07 a.m.