getStatus: Get Rshare status on a particular port

Description Usage Arguments Value

View source: R/server.R

Description

This function provides the user with the Rshare status on a certain port in the currently running R process. It is useful for determining whether the Rshare process is running on a particular port as well as whether it is a server or client.

Usage

1
  getStatus(port)

Arguments

port

the Rshare port number.

Value

one of "server", "client" or "closed" indicating Rshare status.


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

Related to getStatus in Rshare...