README.md

Travis-CI Build Status CRAN version

rtable

Export tables to Microsoft Word, Microsoft Powerpoint and HTML documents from R.

Features

Getting Started

library(rtable)

bktbs <- xtable(matrix(1:10, ncol = 2))
hlines <- c(-1,0,1,nrow(bktbs))
print( as.FlexTable(bktbs, hline.after = hlines ) )

License

The rtable package is licensed under the GPLv3.



davidgohel/rtable documentation built on May 15, 2019, 1:12 a.m.