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
You can use as.data.frame or print.data.frame.
as.data.frame
print.data.frame
If you want this to be the default, you can change the value of the dplyr.print_max option.
dplyr.print_max
options(dplyr.print_max = 1e9)