These functions are provided for backwards-compatibility and may be defunct as soon as the next release.

empty(x)

# S3 method for Container
empty(x)

size(x)

# S3 method for Container
size(x)

sortkey(x, decr = FALSE)

# S3 method for Dict
sortkey(x, decr = FALSE)

values(x)

# S3 method for Container
values(x)

# S3 method for dict.table
values(x)

keys(x)

Arguments

x

any R object.

decr

logical sort decreasingly?

Details