powered by
Prints the dimension of a data set, in an user-readable way
fdim(x)
It does not return anything, the output is directly printed on the console.
An R object, usually a data.frame (but can also be a vector).
Laurent Berge
fdim(iris) fdim(iris$Species)
Run the code above in your browser using DataLab