Learn R Programming

rDVR (version 0.1.1)

checkForVServer: Check for Video Server binary

Description

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

Usage

checkForVServer(jarloc = NULL, update = FALSE)

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

Run this code
checkForVServer()

Run the code above in your browser using DataLab