private_length: Gets the length of an object without dispatching

Description Usage Arguments Details Value See Also

Description

Gets the length of an object without dispatching

Usage

1

Arguments

x

Any R object.

Details

This function returns length(unclass(x)), but tries to avoid calling unclass(x) unless necessary.

Value

A non-negative integer.

See Also

.subset() and .subset2().


MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.