| Rcode2docx {rrtable} | R Documentation | 
Save R code to Microsoft Word format
Description
Save R code to Microsoft Word format
Usage
Rcode2docx(...)
Arguments
... | 
 further arguments to be passed to plot2office  | 
Examples
## Not run: 
code="summary(lm(mpg~hp+wt,data=mtcars))"
Rcode2docx(code=code,title="R code to Word")
## End(Not run)
[Package rrtable version 0.3.0 Index]