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 March 31, 2023, 10:19 p.m.