Create video playlist per point_id
Arguments
- x
data.frame: a datavolleyplays object. Normally this will be a selected subset of the
plays
component of a datavolley object (i.e. a selected set of actions that you want the video playlist to contain)- meta
list: either the
meta
component of a datavolley object, or a list of such objects, or a data.frame with the columns "match_id" and "video_src". Entries invideo_src
should be paths or URLs to the video file associated with the correspondingmatch_id
- type
string: currently "youtube", "twitch", or "local". If
type
is not specified as a parameter, andmeta
is a data.frame, thentype
can be provided as a column inmeta
. Alternatively, ifmeta
is ameta
component of a datavolley object, or a list of such objects, thentype
will be assumed to be "local"- extra_cols
character: names of additional columns from
x
to include in the returned data frame- normalize_paths
logical: if
TRUE, apply
normalizePath` to local file paths. This will e.g. expand the tilde in paths like "~/path/to/video.mp4"