gg_ppt: gg_ppt

View source: R/gg_ppt.R

gg_pptR Documentation

gg_ppt

Description

Copies a gg object into a new powerpoint slide.

Usage

gg_ppt(x = .Last.value, filename = "plot")

Arguments

x

A gg object (.last.value)

filename

Name of the slide. '.pptx' is redundant here. (plot)

Examples

ggplot(cars, aes(speed, dist)) + geom_point()
gg_ppt()

MarcellGranat/granatlib documentation built on July 9, 2023, 6:08 a.m.