Learn R Programming

fixest (version 0.11.2)

fdim: Formatted dimension

Description

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

Usage

fdim(x)

Value

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

Arguments

x

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

Author

Laurent Berge

Examples

Run this code

fdim(iris)

fdim(iris$Species)



Run the code above in your browser using DataLab