deprecated: Deprecated Functions

deprecatedR 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 R object.

decr

logical sort decreasingly?

Details

  • empty() is_empty() instead

  • set() setnew() instead

  • size() use length() instead

  • sortkey() keys of Dict objects are now always sorted

  • remove() use delete() instead

  • type() not of use anymore

  • values() use as.list() instead


container documentation built on Dec. 11, 2022, 5:19 p.m.