dv_shiny_video_sync: Launch a Shiny app to help with video synchronisation

Description Usage Arguments See Also

View source: R/shiny.R

Description

Launch a Shiny app to help with video synchronisation

Usage

1
dv_shiny_video_sync(dvw, video_file = NULL, launch_browser = TRUE, ...)

Arguments

dvw

string or datavolley: either the path to a dvw file (which will be read by read_dv) or a datavolley object as returned by that function

video_file

string: optionally, the path to the video file. If not supplied (or NULL) the video file specified in the dvw file will be used

launch_browser

logical: if TRUE, launch the app in the system's default web browser (passed to runApp's launch.browser parameter)

...

: extra parameters passed to read_dv (if dvw is a provided as a string)

See Also

read_dv


scienceuntangled/dvideo documentation built on March 13, 2020, 6:50 p.m.