ph_location_fullsize {officer} | R Documentation |
The function will return the location corresponding to a full size display.
ph_location_fullsize(label = "", ...)
label |
a label to associate with the placeholder. |
... |
unused arguments |
Other functions for placeholder location: ph_location_label
,
ph_location_left
,
ph_location_right
,
ph_location_type
, ph_location
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") )