ph_location_left {officer} | R Documentation |
The function will return the location corresponding to a left bounding box. The function assume the layout 'Two Content' is existing.
ph_location_left(...)
... |
unused arguments |
Other functions for placeholder location: ph_location_fullsize
,
ph_location_label
,
ph_location_right
,
ph_location_type
, ph_location
library(magrittr) read_pptx() %>% add_slide(layout = "Title and Content", master = "Office Theme") %>% ph_with("Hello", location = ph_location_left() ) %>% ph_with("world", location = ph_location_right() ) %>% print(target = tempfile(fileext = ".pptx") )