Retrieves the placeholder name in PowerPoint for a specified layout element.
Value
List with the following elements
ph: Placeholder label or
NULL
if failuretype: Placeholder content type in PowerPoint or
NULL
if failureisgood: Boolean variable indicating success or failure
msgs: Vector of messages
Examples
# Creating an onbrand object:
obnd = read_template(
template = file.path(system.file(package="onbrand"), "templates", "report.pptx"),
mapping = file.path(system.file(package="onbrand"), "templates", "report.yaml"))
# Pulling out the placeholder information:
ph = fph(obnd, "two_content_header_text", "content_left_header")