get_slide_id: Get Slide ID from URL

Description Usage Arguments Value Examples

View source: R/aaa_utils.R

Description

Get Slide ID from URL

Usage

1
2
3
4
5

Arguments

x

URL of slide

Value

A character vector

Examples

1
2
3
4
5
6
7
8
x = paste0("https://docs.google.com/presentation/d/",
"1Tg-GTGnUPduOtZKYuMoelqUNZnUp3vvg_7TtpUPL7e8",
"/edit#slide=id.g154aa4fae2_0_58")
get_slide_id(x)
x = "https://drive.google.com/drive/folders/1pXBQQdd1peI56GtQT-jEZ59xSmhqQlFC?usp=sharing"
get_folder_id(x)
x = "1pXBQQdd1peI56GtQT-jEZ59xSmhqQlFC"
get_folder_id(x)

ariExtra documentation built on June 23, 2021, 9:07 a.m.