The R Project SVN R

Rev

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

Rev 60528 Rev 61433
Line 22... Line 22...
22
    \code{write.socket} writes to the specified socket.  There is very
22
    \code{write.socket} writes to the specified socket.  There is very
23
    little error checking done by either.
23
    little error checking done by either.
24
}
24
}
25
\value{
25
\value{
26
  \code{read.socket} returns the string read as a length-one character vector.
26
  \code{read.socket} returns the string read as a length-one character vector.
27
    
27
 
28
  \code{write.socket} returns the number of bytes written.
28
  \code{write.socket} returns the number of bytes written.
29
 
29
 
30
}
30
}
31
\author{Thomas Lumley}
31
\author{Thomas Lumley}
32
 
32