Description Usage Arguments Value
Split the elements of a raw vector into chunks according to the matches to byte sequence 'split' within them.
1 |
x |
Vector of type 'raw'. |
split |
Sequence of bytes to use for splitting. Coerced by 'as.raw' to a 'raw' vector if possible. Byte-sized 'integer' and 'hexmode' vectors are valid. |
cpp |
Setting to 'TRUE' makes use of the C++ implementation. |
A list of the same length as the number of splits of the byte sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.