code2docx: Save plot/ggplot code to Microsoft Powerpoint format

View source: R/code2pptx.R

code2docxR Documentation

Save plot/ggplot code to Microsoft Powerpoint format

Description

Save plot/ggplot code to Microsoft Powerpoint format

Usage

code2docx(...)

Arguments

...

further arguments to be passed to code2office

Examples

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

## End(Not run)

cardiomoon/rrtable documentation built on March 14, 2023, 10:39 p.m.