checkForVServer: Check for Video Server binary

Description Usage Arguments Detail Examples

View source: R/util.R

Description

checkForVServer A utility function to check if the Video Server standalone binary is present.

Usage

1

Arguments

jarloc

A directory in which the binary is to be placed. Defaults to the /bin of rDVR package.

update

A boolean indicating whether to update the binary if it is present.

Detail

The Video Server java binary can be found at https://github.com/johndharrison/rDVR. If users would like to create their own please refe to documentation. This convience function downloads the standalone server and places it in the rDVR package directory bin folder by default.

Examples

1
2
3
4
## Not run: 
checkForVServer()

## End(Not run)

rDVR documentation built on May 30, 2017, 4:15 a.m.