| get_length | R Documentation | 
Gets C length of a vector ignoring any length-methods dispatched by classes
get_length(x)
x | 
 a vector  | 
Queries the vector length using C-macro LENGTH, this can be substantially faster than
length(unclass(x))
integer scalar
length(bit(12))
get_length(bit(12))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.