startRshare: Start / connect to Rshare

Description Usage Arguments

Description

This function starts the Rshare process in the current R session. If it is the first local R session to start Rshare on the specified port, then this R session will take the role of the server on that port. Otherwise, it will be a client.

Usage

1
2
3
4
  startRshare(port = 7777, server.only = FALSE,
    client.only = FALSE, verbose = TRUE)

  stopRshare(port = 7777, verbose = TRUE)

Arguments

port

the Rshare port number.

server.only

only start in server mode, throwing an error if unable. Default FALSE.

client.only

like server.only, except to force only client mode. Default FALSE.

verbose

option to print startup / shutdown messages. Default TRUE.


Rshare documentation built on May 2, 2019, 5:23 p.m.

Related to startRshare in Rshare...