{readr} is a powerful package that allows you to read rectangular data, fuch as CSV (Comma-Separated Values) data frames or TSV (Tab-Separated Values).
{dplyr} is one the best package in the data science field for data visualization. It offers an extensive set of visualization capabilities through a simple API.
{dplyr} is a powerful package that allows you to operate complex operations on data farmes in order to get a maximum amount of insights
In order to deal with Excel files, the Tidyverse provides the readxl package which really facilitates the interaction between R and Excel.
The vroom package performs similarly as readr except that it reads data in a much faster way