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