The R Project SVN R

Rev

Rev 85065 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85065 Rev 85925
Line 29... Line 29...
29
  If it is not open, it is opened for the duration of the call in
29
  If it is not open, it is opened for the duration of the call in
30
  \code{"wt"} mode and then closed again.
30
  \code{"wt"} mode and then closed again.
31
 
31
 
32
  Normally \code{writeLines} is used with a text-mode  connection, and the
32
  Normally \code{writeLines} is used with a text-mode  connection, and the
33
  default separator is converted to the normal separator for that
33
  default separator is converted to the normal separator for that
34
  platform (LF on Unix/Linux, CRLF on Windows).  For more control, open
34
  platform (\abbr{LF} on Unix/Linux, \abbr{CRLF} on Windows).  For more
-
 
35
  control, open 
35
  a binary connection and specify the precise value you want written to
36
  a binary connection and specify the precise value you want written to
36
  the file in \code{sep}.  For even more control, use
37
  the file in \code{sep}.  For even more control, use
37
  \code{\link{writeChar}} on a binary connection.
38
  \code{\link{writeChar}} on a binary connection.
38
 
39
 
39
  \code{useBytes} is for expert use.  Normally (when false) character
40
  \code{useBytes} is for expert use.  Normally (when false) character