Learn R Programming

rmote (version 0.3.4)

start_rmote: Initialize a remote servr

Description

Initialize a remote servr

Usage

start_rmote(server_dir = file.path(tempdir(), "rmote_server"), port = 4321,
  daemon = TRUE, help = TRUE, graphics = TRUE, basegraphics = TRUE,
  htmlwidgets = TRUE, hostname = TRUE, history = TRUE)

Arguments

server_dir
directory to launch servr from
port
port to run servr on
daemon
logical - should the server be started as a daemon?
help
(logical) send results of `?` to servr
graphics
(logical) send traditional lattice / ggplot2 plots to servr
basegraphics
(logical) send base graphics to servr
htmlwidgets
(logical) send htmlwidgets to servr
hostname
(logical) try to get hostname and use it in viewer page title
history
(logical) should history thumbnails be created and shown in the viewer?