bit (version 1.1-14)

is.sorted: 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

value

value assigned on responsibility of the user

ignored

Value

see help of the available methods

Details

see help of the available methods

See Also

is.sorted.integer64, na.count.integer64, nvalid.integer64, nunique.integer64, nties.integer64

Examples

Run this code
# NOT RUN {
	methods("na.count")
# }

Run the code above in your browser using DataCamp Workspace