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