bit | R Documentation |
Bit vectors are a boolean type wihout NA
that requires by factor 32 less RAM than logical
.
For details on usage see the usage-vignette and for details on performance see performance-vignette
bit(length = 0L)
length |
length in bits |
bit
returns a vector of integer sufficiently long to store 'length' bits
booltype
, bitwhich
, logical
bit(12)
!bit(12)
str(bit(128))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.