Description Usage Arguments Value
Create video playlist
1 2 3 4 5 6 7 8 | dv_video_playlist(
x,
meta,
type = NULL,
timing = dv_video_timing(),
extra_cols = NULL,
normalize_paths = TRUE
)
|
x |
data.frame: a datavolleyplays object. Normally this will be a selected subset of the |
meta |
list: either the |
type |
string: currently "youtube" or "local". If |
timing |
list: a named list giving the relative timing for each skill type. Each element in the list should be named (with the name of the skill, as it appears in |
extra_cols |
character: names of additional columns from |
normalize_paths |
logical: if |
A data.frame with columns src, start_time, duration, plus any extras specified in extra_cols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.