Learn R Programming

vembedr (version 0.1.4)

rickroll: Embed popular video

Description

If you want to experiment with the arguments to embed(), such as query, but do not have a particular video in mind, this function may be useful to you.

Usage

rickroll_vimeo(...)

rickroll_youtube(...)

rickroll_channel9(...)

Arguments

...

arguments (other than id) passed on to embed()

Value

An embed object that prints an htmltools::tags$iframe element

Examples

Run this code
# NOT RUN {
  rickroll_vimeo()
  rickroll_youtube()
  rickroll_channel9()

# }

Run the code above in your browser using DataLab