officer (version 0.3.6)

ph_location_right: location of a right body element

Description

The function will return the location corresponding to a right bounding box. The function assume the layout 'Two Content' is existing.

Usage

ph_location_right(newlabel = NULL, ...)

Arguments

newlabel

a label to associate with the placeholder.

...

unused arguments

See Also

Other functions for placeholder location: ph_location_fullsize, ph_location_label, ph_location_left, ph_location_template, ph_location_type, ph_location

Examples

Run this code
# NOT RUN {
doc <- read_pptx()
doc <- add_slide(doc)
doc <- ph_with(doc, "Hello left", location = ph_location_left() )
doc <- ph_with(doc, "Hello right", location = ph_location_right() )
print(doc, target = tempfile(fileext = ".pptx") )
# }

Run the code above in your browser using DataCamp Workspace