Simple Shiny-based GUI to display and export a video with tracks overlaid on top.
trackPlayer(...)
Arguments passed to runApp.
This function does not return anything. A file is saved if the export button is used in the app.
# Run trackPlayer in an external window
if (FALSE) trackPlayer()
# Run trackPlayer classic inside RStudio
if (FALSE) trackPlayer(launch.browser = rstudioapi::viewer)