View source: R/get_slide_ids.R
get_object_ids | R Documentation |
Get ids of objects on Slides
get_object_ids(presentation_id)
presentation_id |
character, the presentation id |
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.
s <- choose_slides()
get_object_ids(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.