Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

str.bit

Str method for bit


Description

To actually view the internal structure use str(unclass(bit))

Usage

## S3 method for class 'bit'
str(
  object,
  vec.len = strO$vec.len,
  give.head = TRUE,
  give.length = give.head,
  ...
)

Arguments

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 vec.len component of option "str" (see options) which defaults to 4.

give.head

logical; if TRUE (default), give (possibly abbreviated) mode/class and length (as <type>[1:...]).

give.length

logical; if TRUE (default), indicate length (as [1:...]).

...

potential further arguments (required for Method/Generic reasons).

Value

Examples

str(bit(120))

bit

Classes and Methods for Fast Memory-Efficient Boolean Selections

v4.0.4
GPL-2 | GPL-3
Authors
Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]
Initial release
2020-08-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.