ov_shiny_video_sync: Launch a Shiny app for video synchronisation and scout...

View source: R/shiny.R

ov_shiny_video_syncR Documentation

Launch a Shiny app for video synchronisation and scout editing

Description

Launch a Shiny app for video synchronisation and scout editing

Usage

ov_shiny_video_sync(
  dvw,
  video_file = NULL,
  launch_browser = TRUE,
  prompt_for_files = interactive(),
  ...
)

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. Passing the file name (not the datavolley object) is required if any extra arguments are passed via ...

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. Provide video_file = NA to run the app without a video file

launch_browser

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

prompt_for_files

logical: if dvw was not specified, prompt the user to select the dvw file

...

: extra parameters passed to read_dv (if dvw is a provided as a string) and/or to the shiny server and UI functions

See Also

read_dv


openvolley/ovscout documentation built on June 4, 2023, 2:07 a.m.