start_rmote: Initialize a remote servr

Description Usage Arguments

View source: R/rmote.R

Description

Initialize a remote servr

Usage

1
2
3
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?


cloudyr/rmote documentation built on May 13, 2019, 8:22 p.m.