Metadata {bit} | R Documentation |
Generics related to cache access
Description
These generics are packaged here for methods in packages bit64
and
ff
.
Usage
is.sorted(x, ...)
is.sorted(x, ...) <- value
na.count(x, ...)
na.count(x, ...) <- value
nvalid(x, ...)
nunique(x, ...)
nunique(x, ...) <- value
nties(x, ...)
nties(x, ...) <- value
Arguments
x |
some object |
... |
ignored |
value |
value assigned on responsibility of the user |
Details
see help of the available methods
Value
see help of the available methods
Author(s)
Jens Oehlschlägel Jens.Oehlschlaegel@truecluster.com
See Also
bit64::is.sorted.integer64()
, bit64::na.count.integer64()
,
bit64::nvalid.integer64()
, bit64::nunique.integer64()
, bit64::nties.integer64()
Examples
methods("na.count")
[Package bit version 4.6.0 Index]