Rcode2pptx {rrtable}R Documentation

Save R code to Microsoft Powerpoint format

Description

Save R code to Microsoft Powerpoint format

Usage

Rcode2pptx(...)

Arguments

...

further arguments to be passed to plot2office

Examples

## Not run: 
code="summary(lm(mpg~hp+wt,data=mtcars))"
Rcode2pptx(code=code,title="R code to pptx")

## End(Not run)

[Package rrtable version 0.3.0 Index]