add_video.Rd
Function embedding a video as an iframe in a html page
add_video(vid, width = "100%", height = "100%", start = 0, host = "Youtube")
Character. ID of the video.
Character. Width of the video.
Character. Height of the video.
Numeric. Time at which the video should start.
Character. Name of the hosting platform. For now, only "Youtube" is supported.
Write the HTML code embedding the videos.