fdim function

Formatted dimension

Formatted dimension

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

fdim(x)

Arguments

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

Returns

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

Examples

fdim(iris) fdim(iris$Species)

Author(s)

Laurent Berge