R is the most used tool in data science. It has no dearth of packages for specific use cases. There are three packages that I feel can get your most of the work done - ggplot2, dplyr, data.table.
-
ggplot2- Used for visualization. Also known as grammar of graphics. This package ...