Simple Data Frames
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame.
install.packages("tibble")
remotes::install_cran("tibble")