The R Project SVN R

Rev

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

Rev 61433 Rev 61823
Line 70... Line 70...
70
  characters.  \code{\link{readChar}} and \code{\link{writeChar}} can
70
  characters.  \code{\link{readChar}} and \code{\link{writeChar}} can
71
  be used to read and write fixed-length strings.  No check is made that
71
  be used to read and write fixed-length strings.  No check is made that
72
  the string is valid in the current locale.
72
  the string is valid in the current locale.
73
 
73
 
74
  Handling \R's missing and special (\code{Inf}, \code{-Inf} and
74
  Handling \R's missing and special (\code{Inf}, \code{-Inf} and
75
  \code{NaN}) values is discussed in the \emph{R Data Import/Export} manual.
75
  \code{NaN}) values is discussed in the \sQuote{R Data Import/Export} manual.
76
 
76
 
77
  Only \eqn{2^{31}-1}{2^31 - 1} bytes can be written in a single
77
  Only \eqn{2^{31}-1}{2^31 - 1} bytes can be written in a single
78
  call (and that is the maximum capacity of a raw vector).
78
  call (and that is the maximum capacity of a raw vector).
79
}
79
}
80
 
80
 
Line 103... Line 103...
103
 
103
 
104
  For \code{writeBin}, a raw vector (if \code{con} is a raw vector) or
104
  For \code{writeBin}, a raw vector (if \code{con} is a raw vector) or
105
  invisibly \code{NULL}.
105
  invisibly \code{NULL}.
106
}
106
}
107
\seealso{
107
\seealso{
108
  The \emph{R Data Import/Export} manual.
108
  The \sQuote{R Data Import/Export} manual.
109
 
109
 
110
  \code{readChar} to read/write fixed-length strings.
110
  \code{readChar} to read/write fixed-length strings.
111
 
111
 
112
  \code{\link{connections}}, \code{\link{readLines}},
112
  \code{\link{connections}}, \code{\link{readLines}},
113
  \code{\link{writeLines}}.
113
  \code{\link{writeLines}}.