R/start.R

Defines functions start

Documented in start

#' Start VR server
#'
#' @param LOCAL_IP Character string of local ip address (\code{IPv4}). If unknown go to command window and enter \code{'ipconfig'}.
#'
#' @examples 
#' \donttest{
#' start("YOUR-LOCAL-IP")
#' start()
#' }
#' @export
start <- function(LOCAL_IP = find_IP()){
  animals$serve(host = LOCAL_IP)
} 
MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.