Beyond tibbles - Creating your own tibble subclass and making it work with the tidyverse
The tidyverse is the most popular analysis framework for R. But your data might need some special treatment due to its particular nature. In this article, I show you how to extend the tibble class and core tidyverse functions to make them work for your data.