ov_merge_video_timing_df | R Documentation |
Merge two video timing dataframes
ov_merge_video_timing_df(x, default = ov_video_timing_df())
x |
data.frame: video timings to use |
default |
data.frame: default timings to use, for anything not provided in |
A data.frame
ov_video_timing_df()
my_timings <- data.frame(skill = "Attack", phase = "Reception", start_offset = 0)
ov_merge_video_timing_df(my_timings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.