ph_location_fullsize {officer}R Documentation

location of a full size element

Description

The function will return the location corresponding to a full size display.

Usage

ph_location_fullsize(label = "", ...)

Arguments

label

a label to associate with the placeholder.

...

unused arguments

See Also

Other functions for placeholder location: ph_location_label, ph_location_left, ph_location_right, ph_location_type, ph_location

Examples

library(magrittr)
my_pres <- read_pptx() %>%
  add_slide(layout = "Title and Content", master = "Office Theme") %>%
  ph_with("Hello world", location = ph_location_fullsize() ) %>%
  print(target = tempfile(fileext = ".pptx") )

[Package officer version 0.3.5 Index]