ph_location_table | R Documentation |
Create a Location for a Flextable into a Powerpoint
ph_location_table(
flextable,
pptx,
layout,
master = NULL,
type = "tbl",
pos_h = TRUE,
pos_first = TRUE,
halign = 0.5,
valign = 0.5,
newlabel = "",
id = 1
)
flextable |
The flextable to add |
pptx |
The powerpoint object |
layout |
The layout of the slide being added to |
master |
The slide master to use, if any |
type |
The placeholder type to use |
pos_h |
If multiple of the same placeholder |
pos_first |
If multiple of the same placeholder |
halign |
Horizontal table alignment with placeholder; |
valign |
Vertical table alignment with placeholder; |
newlabel |
a label for the placeholder. See section details. |
id |
index of the placeholder template. If two body placeholder, there can be two different index: 1 and 2 for the first and second body placeholders defined in the layout. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.