Monday, July 16, 2018

tibble versus data frame



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).
https://cran.r-project.org/web/packages/tibble/vignettes/tibble.html

No comments:

Post a Comment