Printing Tibbles

Keywords: #tibble
A tibble is a modern and simple data.frame for containing our data set. The main feature is that the data visualization adapts to the available space of our window. The two basic functions to show the data set are: print() - to show the data set glimpse() - to show the data set transposing rows by columns To use tibbles we need to load the package tibble, or the collection of R packages tidyverse.