The R Project SVN R

Rev

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

Rev 85904 Rev 88893
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's encoding.
72
  the string is valid in the current locale's encoding.
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 \sQuote{R Data Import/Export} manual.
75
  \code{NaN}) values is discussed in \manual{R-data}{Special values}.
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 on 32-bit
78
  call (and that is the maximum capacity of a raw vector on 32-bit
79
  platforms).
79
  platforms).
80
 
80
 
Line 104... Line 104...
104
 
104
 
105
  For \code{writeBin}, a raw vector (if \code{con} is a raw vector) or
105
  For \code{writeBin}, a raw vector (if \code{con} is a raw vector) or
106
  invisibly \code{NULL}.
106
  invisibly \code{NULL}.
107
}
107
}
108
\seealso{
108
\seealso{
109
  The \sQuote{R Data Import/Export} manual.
109
  \manual{R-data}{Binary connections}.
110
 
110
 
111
  \code{readChar} to read/write fixed-length strings.
111
  \code{\link{readChar}} to read/write fixed-length strings.
112
 
112
 
113
  \code{\link{connections}}, \code{\link{readLines}},
113
  \code{\link{connections}}, \code{\link{readLines}},
114
  \code{\link{writeLines}}.
114
  \code{\link{writeLines}}.
115
 
115
 
116
  \code{\link{.Machine}} for the sizes of \code{long}, \code{long long}
116
  \code{\link{.Machine}} for the sizes of \code{long}, \code{long long}