deprecated {container} | R Documentation |
Deprecated Functions
Description
These functions are provided for backwards-compatibility and may be defunct as soon as the next release.
Usage
empty(x)
## S3 method for class 'Container'
empty(x)
size(x)
## S3 method for class 'Container'
size(x)
sortkey(x, decr = FALSE)
## S3 method for class 'Dict'
sortkey(x, decr = FALSE)
values(x)
## S3 method for class 'Container'
values(x)
## S3 method for class 'dict.table'
values(x)
keys(x)
Arguments
x |
any |
decr |
|
Details
-
empty()
is_empty()
instead -
type()
not of use anymore
[Package container version 1.0.4 Index]