slides_url | R Documentation |
Print presentation URL
slides_url(presentation_id, slide_id = NULL)
presentation_id |
ID of presentation |
slide_id |
Optional slide id to link directly to a certain slide. See get_slide_ids. |
Prints URL as a link and invisibly returns URL.
slides_url("example_id_won't_work_1234567asdfbg")
slides_url("example_id_won't_work_1234567asdfbg", slide_id = "p")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.