View source: R/pptx_layout_helper.R
get_layout | R Documentation |
Select a layout by name or index. The master name is inferred and only required for disambiguation in case the layout name is not unique across masters.
get_layout(
x,
layout = NULL,
master = NULL,
layout_by_id = TRUE,
get_first = FALSE
)
x |
An |
layout |
Layout name or index. Index refers to the row index of the |
master |
Name of master. Only required if layout name is not unique across masters. |
layout_by_id |
Allow layout index instead of name? (default is |
get_first |
If layout exists in multiple master, return first occurence (default |
A <layout_info>
object, i.e. a list with the entries index
, layout_name
,
layout_file
, master_name
, master_file
, and slide_layout
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.