View source: R/interlace_raws.R
interlace256 | R Documentation |
Some processes do not accept raw vectors so it can be necessary to convert our vectors to integers.
interlace256(w, x, y = NULL, z = NULL)
deinterlace256(u)
interlace256_columns(DT, new_colnames = 1L)
deinterlace256_columns(DT, new_colnames = 1L)
w, x, y, z |
Raw vectors. A vector may be |
u |
An integer vector. |
DT |
A |
new_colnames |
A mechanism for producing the new columns. Currently only
|
interlace256
Return an integer vector, compressing raw vectors.
deinterlace256
is the inverse operation, returning a list of four raw vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.