Learn R Programming

⚠️There's a newer version (1.1.0) of this package.Take me there.

svSocket (version 1.0.0)

'SciViews' - Socket Server

Description

Implements a socket server allowing to connect clients to R.

Copy Link

Version

Install

install.packages('svSocket')

Monthly Downloads

751

Version

1.0.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Last Published

May 10th, 2020

Functions in svSocket (1.0.0)

closeSocketClients

Close one or more clients currently connected
processSocket

The function that processes a command coming from the socket
getSocketClients

Get infos about socket clients
evalServer

Evaluate R code in a server process
getSocketServers

Get the ports of current R socket servers
startSocketServer

Start and stop a R socket server
socketClientConnection

Open a connection to a SciViews socket client for write access
getSocketServerName

Get the name of a R socket server
parSocket

Get or set parameters specific to Sciviews socket clients
svSocket-package

svSocket: 'SciViews' - Socket Server
sendSocketClients

Send data to one or more clients through a socket