R/embed_url.R, R/rickroll.R, R/service-channel9.R
embed_channel9.RdThese functions are deprecated: links to Microsoft Channel 9 no longer work.
embed_user2016(
id,
width = NULL,
height = 300,
ratio = c("16by9", "4by3"),
frameborder = 0,
allowfullscreen = TRUE
)
embed_user2017(
id,
width = NULL,
height = 300,
ratio = c("16by9", "4by3"),
frameborder = 0,
allowfullscreen = TRUE
)
rickroll_channel9(...)
embed_channel9(
id,
width = NULL,
height = 300,
ratio = c("16by9", "4by3"),
frameborder = 0,
allowfullscreen = TRUE
)character, identifier provided by the service
numeric, width of iframe (px)
numeric, height of iframe (px)
character, indicates aspect ratio for the <iframe/>
numeric, size of frame border (px)
logical, indicates if to allow fullscreen
arguments (other than id) passed on to embed()
Object with S3 class vembedr_embed.