fdim | R Documentation |
Prints the dimension of a data set, in an user-readable way
fdim(x)
x |
An R object, usually a data.frame (but can also be a vector). |
It does not return anything, the output is directly printed on the console.
Laurent Berge
fdim(iris)
fdim(iris$Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.