The R Project SVN R

Rev

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

Rev 25179 Rev 28093
Line 27... Line 27...
27
  If the final line is incomplete (no final EOL marker) the behaviour
27
  If the final line is incomplete (no final EOL marker) the behaviour
28
  depends on whether the connection is blocking or not. For a blocking
28
  depends on whether the connection is blocking or not. For a blocking
29
  text-mode connection (or a non-text-mode connection) the line
29
  text-mode connection (or a non-text-mode connection) the line
30
  will be accepted, with a warning.  For a non-blocking text-mode
30
  will be accepted, with a warning.  For a non-blocking text-mode
31
  connection the incomplete line is pushed back, silently.
31
  connection the incomplete line is pushed back, silently.
-
 
32
 
-
 
33
  Whatever mode the connection is opened in, any of LF, CRLF or CR will
-
 
34
  be accepted as the EOL marker for a line.
32
}
35
}
33
\value{
36
\value{
34
  A character vector of length the number of lines read.
37
  A character vector of length the number of lines read.
35
}
38
}
36
\seealso{
39
\seealso{