-- Attaching core tidyverse packages ------------------------ tidyverse 2.0.0 --
v dplyr 1.1.0 v readr 2.1.4
v forcats 1.0.0 v stringr 1.5.0
v lubridate 1.9.2 v tibble 3.1.8
v purrr 1.0.1 v tidyr 1.3.0
-- Conflicts ------------------------------------------ tidyverse_conflicts() --
x dplyr::filter() masks stats::filter()
x dplyr::lag() masks stats::lag()
i Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Rows: 3000888 Columns: 6
-- Column specification --------------------------------------------------------
Delimiter: ","
chr (1): family
dbl (4): id, store_nbr, sales, onpromotion
date (1): date
i Use `spec()` to retrieve the full column specification for this data.
i Specify the column types or set `show_col_types = FALSE` to quiet this message.