The R Project SVN R

Rev

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

Rev 61090 Rev 61433
Line 45... Line 45...
45
 
45
 
46
  Coercion to raw treats the input values as representing small
46
  Coercion to raw treats the input values as representing small
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
}
52
}
53
\seealso{
53
\seealso{
54
  \code{\link{charToRaw}}, \code{\link{rawShift}}, etc.
54
  \code{\link{charToRaw}}, \code{\link{rawShift}}, etc.
55
 
55