r-cran-tibble

GNU R Simple Data Frames
  https://cran.r-project.org/package=tibble
  0
  no reviews



This GNU R package provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames.

Tibbles are a modern take on data frames. They keep the features that have stood the test of time, and drop the features that used to be convenient but are now frustrating (i.e. converting character vectors to factors).