Rcode2pptx: Save R code to Microsoft Powerpoint format

View source: R/add_Rcode.R

Rcode2pptxR 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)

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