| Line 43... |
Line 43... |
| 43 |
embedded nuls; only trailing nulls are allowed and will be removed.)
|
43 |
embedded nuls; only trailing nulls are allowed and will be removed.)
|
| 44 |
In either case it is possible to create a result which is invalid in a
|
44 |
In either case it is possible to create a result which is invalid in a
|
| 45 |
multibyte locale, e.g. one using UTF-8. \link{Long vectors} are
|
45 |
multibyte locale, e.g. one using UTF-8. \link{Long vectors} are
|
| 46 |
allowed if \code{multiple} is true.
|
46 |
allowed if \code{multiple} is true.
|
| 47 |
|
47 |
|
| 48 |
\code{rawShift(x,n)} shift the bits in \code{x} by \code{n} positions
|
48 |
\code{rawShift(x, n)} shift the bits in \code{x} by \code{n} positions
|
| 49 |
to the right, see the argument \code{n}, above.
|
49 |
to the right, see the argument \code{n}, above.
|
| 50 |
|
50 |
|
| 51 |
\code{rawToBits} returns a raw vector of 8 times the length of a raw
|
51 |
\code{rawToBits} returns a raw vector of 8 times the length of a raw
|
| 52 |
vector with entries 0 or 1. \code{intToBits} returns a raw vector
|
52 |
vector with entries 0 or 1. \code{intToBits} returns a raw vector
|
| 53 |
of 32 times the length of an integer vector with entries 0 or 1.
|
53 |
of 32 times the length of an integer vector with entries 0 or 1.
|