The R Project SVN R

Rev

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

Rev 70730 Rev 87018
Line 47... Line 47...
47
  (decimal) integers, so the input is first coerced to integer, and then
47
  (decimal) integers, so the input is first coerced to integer, and then
48
  values which are outside the range \code{[0 \dots 255]} or are
48
  values which are outside the range \code{[0 \dots 255]} or are
49
  \code{NA} are set to \code{0} (the \code{nul} byte).
49
  \code{NA} are set to \code{0} (the \code{nul} byte).
50
 
50
 
51
  \code{as.raw} and \code{is.raw} are \link{primitive} functions.
51
  \code{as.raw} and \code{is.raw} are \link{primitive} functions.
-
 
52
 
-
 
53
  \code{as.raw} is a generic function.
52
}
54
}
53
\seealso{
55
\seealso{
54
  \code{\link{charToRaw}}, \code{\link{rawShift}}, etc.
56
  \code{\link{charToRaw}}, \code{\link{rawShift}}, etc.
55
 
57
 
56
  \code{\link{&}} for bitwise operations on raw vectors.
58
  \code{\link{&}} for bitwise operations on raw vectors.