Description Usage Arguments Value Author(s)
This functions allows you to print your dataframe/matrix without noise. Explore it just like the "head()" function, but with limited columns showed. It's an alias for df[1:10,1:10], but handling these values (10) if your data has fewer dimensions (lines or columns).
1 |
df |
A data frame or matrix. |
Printing of the very first lines and columns of your data frame / matrix.
CainĂ£ Max Couto-Silva
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.