Skip to contents

Opens a webpage for a user to authenticate with Google and select a presentation. This presentation is then authorised for use with ladder.

Usage

choose_slides(presentation = NULL)

Arguments

presentation

A string containing the presentation link/URL or the presentation ID.

Value

A presentation id

Examples

if (FALSE) { # interactive()
id <- choose_slides()
}