Learn R Programming

rgoogleslides (version 0.3.2)

get_slide_page_properties: Get a single page of a Google Slides property

Description

Get a single page of a Google Slides property

Usage

get_slide_page_properties(id, page_object_id, response = "simple")

Arguments

id

ID of the presentation slide

page_object_id

The page ID of the presentation slide

response

Type of response. Values can be "simple" or "raw". A simple response provides a simplified object to query parts of the slide. A raw response provides the actual response via Google API.