pillar (version 0.0.0.9000)

dim_desc: 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

Run this code
# NOT RUN {
dim_desc(1:10)
dim_desc(Titanic)
# }

Run the code above in your browser using DataCamp Workspace