Rcode2docx {rrtable} | R Documentation |
Save R code to Microsoft Word format
Rcode2docx(...)
... |
further arguments to be passed to plot2office |
## Not run:
code="summary(lm(mpg~hp+wt,data=mtcars))"
Rcode2docx(code=code,title="R code to Word")
## End(Not run)