str.bit | R Documentation |
To actually view the internal structure use str(unclass(bit))
## S3 method for class 'bit'
str(
object,
vec.len = strO$vec.len,
give.head = TRUE,
give.length = give.head,
...
)
object |
any R object about which you want to have some information. |
vec.len |
numeric (>= 0) indicating how many ‘first few’ elements
are displayed of each vector. The number is multiplied by different
factors (from .5 to 3) depending on the kind of vector. Defaults to
the |
give.head |
logical; if |
give.length |
logical; if |
... |
potential further arguments (required for Method/Generic reasons). |
invisible
str(bit(120))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.