Home:ALL Converter>How to connect to a Unix domain (AF_UNIX) socket in R language?

How to connect to a Unix domain (AF_UNIX) socket in R language?

Ask Time:2012-06-04T19:14:07         Author:sanre6

Json Formatter

i have a requirement where i need to connect to a local file based unix domain socket from R . R by default has the make,read.socket(),socketConnection() functions which take host:port as arguments but not files . Is there any package through which i can connect to a file based unix local socket and read/write from it ?

Thanks sanre6

Author:sanre6,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/10880323/how-to-connect-to-a-unix-domain-af-unix-socket-in-r-language
yy