vembedr-package {vembedr} | R Documentation |
vembedr: Package for embedding video
Description
The vembedr package lets you embed video into your HTML pages for these services:
Details
YouTube
Vimeo
Box
Microsoft Stream
It provides two categories of functions:
-
embed functions, to specify a video to embed: e.g.
embed_youtube()
,embed_url()
-
use functions, to modify the embedding: e.g.
use_start_time()
,use_rounded()
You can use the pipe (|>
or %>%
) to chain embed function-calls with
use function-calls.
[Package vembedr version 0.1.5 Index]