The Tidyverse is all about the use of tibbles. That is functions that work on dataframes, as input, and produce output in dataframes. This is what makes piping work well and allows other to product new R packages and functions that communicate well with other R packages and function in the Tidyverse.
Everyone nows what to expect, a tibble in and out!
library(tidyverse)