rmote_on: Set the rmote mode to be on

Description Usage Arguments Note

View source: R/rmote.R

Description

Set the rmote mode to be on

Usage

1
2
rmote_on(server_dir, help = TRUE, graphics = TRUE, basegraphics = TRUE,
  htmlwidgets = TRUE, hostname = TRUE, history = TRUE)

Arguments

server_dir

directory where rmote server is running

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?

Note

This is useful when running multiple R sessions on a server, where all will serve the same rmote process. It is not necessary to call this in the same session on which start_rmote has been called, but on any other R sessions.


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