Learn R Programming

ladder (version 0.0.1)

get_layouts: Get layouts from a presentation

Description

Get layouts from a presentation

Usage

get_layouts(presentation_id)

Value

A data frame with columns layout_objectId, name, displayName, and placeholders_df

Arguments

presentation_id

The presentation id

Examples

Run this code
if (FALSE) { # interactive()
s <- choose_slides()
get_layouts(s)
}

Run the code above in your browser using DataLab