embed_user2016 {vembedr} | R Documentation |
Embed video from Microsoft Channel 9
Description
These functions are deprecated: links to Microsoft Channel 9 no longer work.
Usage
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
)
Arguments
id |
|
width |
|
height |
|
ratio |
|
frameborder |
|
allowfullscreen |
|
... |
arguments (other than |
Value
Object with S3 class vembedr_embed
.
[Package vembedr version 0.1.5 Index]