add_pptx_ph_content {onbrand}R Documentation

Populate Placeholder In Officer Report

Description

Places content in a PowerPoint placeholder for a given officer document.

Usage

add_pptx_ph_content(
  obnd,
  content_type,
  content,
  ph_label = NULL,
  user_location = NULL,
  verbose = TRUE
)

Arguments

obnd

onbrand report object

content_type

string indicating the content type

content

content (see details below)

ph_label

placeholder location (text, or NULL if user_location is used)

user_location

User specified location using ph_location() or NULL if ph_label is used.

verbose

Boolean variable when set to TRUE (default) messages will be displayed on the terminal; Messages will be included in the returned onbrand object.

Details

For each content type listed below the following content is expected:

Value

officer pptx object with the content added

See Also

view_layout report_add_slide


[Package onbrand version 1.0.5 Index]