tibble (previously tbl_df) is a version of a data frame created by the dplyr data frame manipulation package in R. It prevents long ta
tibble
tbl_df
dplyr
As detailed out in the bookdown documentation, you could also use a paged table
mtcars %>% tbl_df %>% rmarkdown::paged_table()
This will paginate the data and allows to browse all rows and columns (unless configured to cap the rows). Example: