The R Project SVN R

Rev

Rev 27442 | Rev 56184 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27442 Rev 30915
Line 1... Line 1...
1
\name{read.socket}
1
\name{read.socket}
2
\title{ Read from or Write to a Socket}
2
\title{ Read from or Write to a Socket}
3
\usage{
3
\usage{
4
read.socket(socket, maxlen=256, loop=FALSE)
4
read.socket(socket, maxlen = 256, loop = FALSE)
5
write.socket(socket, string)
5
write.socket(socket, string)
6
}
6
}
7
\alias{read.socket}
7
\alias{read.socket}
8
\alias{write.socket}
8
\alias{write.socket}
9
\arguments{
9
\arguments{
Line 43... Line 43...
43
    }
43
    }
44
    close.socket(socket)
44
    close.socket(socket)
45
    if (print) cat(output)
45
    if (print) cat(output)
46
    invisible(output)
46
    invisible(output)
47
}
47
}
-
 
48
\dontrun{
48
\dontrun{finger("root")  ## only works if your site provides a finger daemon}
49
finger("root")  ## only works if your site provides a finger daemon}
49
}
50
}
50
\keyword{misc}
51
\keyword{misc}