dim_desc: Format dimensions

View source: R/dim.R

dim_descR 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)

pillar documentation built on April 11, 2025, 6:04 p.m.