R/my_setup.R

Defines functions video_code video

# book-specific code to include on every page

video <- function(url) {
  paste('<iframe src="', url, '" allowfullscreen width=80% height=350></iframe>')
}

video_code <- function(code) {
  video(paste0("https://www.youtube.com/embed/", code, "?rel=0&modestbranding=1&loop=1"))
}
LukasWallrich/StMarysSocPsy documentation built on Aug. 11, 2021, 3:04 a.m.