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.
Examples
d <- dict()
cls(d)
#> [1] "dict"
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.
d <- dict()
cls(d)
#> [1] "dict"