Description Usage Arguments Details Examples
Convert integers into bit format
1 | int_2_bit(x, bit.type = 8)
|
x |
vector of numbers |
bit.type |
type of bits to create, default is 8 |
32 bit integers and raw vector type
1 2 3 | int_2_bit(1:10)
## or, more complicated
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.