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 print it in Rstudio with View() more convenient:
df %>% View() View(df)