fdim: Formatted dimension

View source: R/data_tools.R

fdimR Documentation

Formatted dimension

Description

Prints the dimension of a data set, in an user-readable way

Usage

fdim(x)

Arguments

x

An R object, usually a data.frame (but can also be a vector).

Value

It does not return anything, the output is directly printed on the console.

Author(s)

Laurent Berge

Examples


fdim(iris)

fdim(iris$Species)




lrberge/fixest documentation built on Sept. 1, 2024, 9:07 a.m.