processSocket {svSocket} | R Documentation |
This is the default R function called each time data is send by a client through a socket. It is possible to customize this function and to use customized versions for particular R socket servers.
processSocket(msg)
msg |
The message send by the client, to be processed. |
Returns a string with the result of the process.
Philippe Grosjean (phgrosjean@sciviews.org)
##TO DO...