code2pptx: Save plot/ggplot code to Microsoft Powerpoint format

View source: R/code2pptx.R

code2pptxR Documentation

Save plot/ggplot code to Microsoft Powerpoint format

Description

Save plot/ggplot code to Microsoft Powerpoint format

Usage

code2pptx(...)

Arguments

...

further arguments to be passed to code2office

Examples

## Not run: 
code2pptx(plot(iris))
require(ggplot2)
gg=ggplot(data=mtcars,aes(x=wt,y=mpg))+geom_point()
code2pptx(ggobj=gg)

## End(Not run)

rrtable documentation built on April 5, 2022, 9:08 a.m.