Learn R Programming

ladder (version 0.0.1)

get_object_ids: Get ids of objects on Slides

Description

Get ids of objects on Slides

Usage

get_object_ids(presentation_id)

Value

A list of character vectors of object ids. The list has elements for each page. If a slide page has no objects the list element is NULL otherwise a character vector containing all object ids on that page. Contains ids for all tables, images, lines, shapes, etc.

Arguments

presentation_id

character, the presentation id

Examples

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

Run the code above in your browser using DataLab