officer (version 0.3.6)

ph_with_gg: add ggplot to a pptx presentation

Description

add a ggplot as a png image into an rpptx object This function will be deprecated in favor of ph_with in the next release.

Usage

ph_with_gg(x, value, type = "body", index = 1, width = NULL,
  height = NULL, location = NULL, ...)

ph_with_gg_at(x, value, width, height, left, top, ...)

Arguments

x

an pptx object

value

ggplot object

type

placeholder type (i.e. 'body', 'title')

index

placeholder index (integer). This is to be used when a placeholder type is not unique in the current slide, e.g. two placeholders with type 'body', the first one will be added with index 1 and the second one with index 2. It is recommanded to use argument location instead of type and index.

width, height

image size in inches

location

a placeholder location object. This is a convenient argument that can replace usage of arguments type and index. See ph_location_type, ph_location, ph_location_label, ph_location_left, ph_location_right, ph_location_fullsize.

...

Arguments to be passed to png function.

left, top

location of the new shape on the slide