add_image: Add image to slide

Description Usage Arguments Value Examples

View source: R/add_image.R

Description

For a given slide page and slide ID, add an image to it

Usage

1
add_image(image_url, slide_page, slides_id)

Arguments

image_url:

The url to an image you would like to add to a slide

slide_page:

the slide ID you want to add an image to

slides_id:

The ID of slide set that contains the slide you are adding an image to

Value

factor

Examples

1
2
3
token <- rgoogleslides::authorize()
token <- token$credentials$access_token
rgoogleslides::authorize(authorize_from_secret(token))

cansavvy/GoogleSlidesAutomatR documentation built on Dec. 19, 2021, 1:48 p.m.