View source: R/google_slides.R
get_slide_id | R Documentation |
Get Slide ID from URL
get_slide_id(x)
x |
URL of slide |
A character vector
x <- paste0(
"https://docs.google.com/presentation/d/",
"1Tg-GTGnUPduOtZKYuMoelqUNZnUp3vvg_7TtpUPL7e8",
"/edit#slide=id.g154aa4fae2_0_58"
)
get_slide_id(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.