dim_desc {pillar}R Documentation

Format dimensions

Description

Multi-dimensional objects are formatted as a x b x ..., for vectors the length is returned.

Usage

dim_desc(x)

Arguments

x

The object to format the dimensions for

Examples

dim_desc(1:10)
dim_desc(Titanic)

[Package pillar version 1.3.0 Index]