Learn R Programming

ladder (version 0.0.1)

slides_url: Print presentation URL

Description

Print presentation URL

Usage

slides_url(presentation_id, slide_id = NULL)

Value

Prints URL as a link and invisibly returns URL.

Arguments

presentation_id

ID of presentation

slide_id

Optional slide id to link directly to a certain slide. See get_slide_ids.

Examples

Run this code
slides_url("example_id_won't_work_1234567asdfbg")
slides_url("example_id_won't_work_1234567asdfbg", slide_id = "p")

Run the code above in your browser using DataLab