Learn R Programming

collections (version 0.3.7)

cls: 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

Run this code
d <- dict()
cls(d)

Run the code above in your browser using DataLab