get_layout {officer} | R Documentation |
Layout selection helper
Description
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.
Usage
get_layout(x, layout, master = NULL)
Arguments
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. |
Value
A <layout_info>
object, i.e. a list with the entries index
, layout_name
,
layout_file
, master_name
, master_file
, and slide_layout
.
[Package officer version 0.6.7 Index]