Learn R Programming

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

svSocket (version 0.9-48)

SciViews GUI API - R Socket Server

Description

Implements a simple socket server allowing to connect GUI clients to R

Copy Link

Version

Install

install.packages('svSocket')

Monthly Downloads

1,251

Version

0.9-48

License

GPL (>= 2)

Maintainer

Philippe Grosjean

Last Published

October 29th, 2009

Functions in svSocket (0.9-48)

sendSocketClients

Send data to one or more clients through a socket.
closeSocketClients

Close one or more clients currently connected.
svTaskCallbackManager

Create task callbacks that are evaluated both from R and the socket server
evalServer

Evaluate R code in a server process
getSocketClients

Get infos about socket clients
processSocket

The function that processes a command coming from the socket.
getSocketServerName

Get the name of a R socket server
getSocketServers

Get the ports of current R socket servers.
startSocketServer

Start and stop a R socket server.
parSocket

Get or set parameters specific to Sciviews socket clients.