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)

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