cls: Inspect objects

View source: R/collections.R

clsR Documentation

Inspect objects

Description

cls is a replacement for the class function which also works for the collection objects. It falls back to the ordinary class function for other objects.

Usage

cls(x)

Arguments

x

a collection object

Examples

d <- dict()
cls(d)

randy3k/collections documentation built on May 2, 2023, 9:35 p.m.