Issue
I want to minimise the time it takes me to go from a random csv file to a quick couple of ggplots and summarise tables. It's currently really fast to just open in Excel and create a chart but it doesn't have to be that way.
What I'd like for a CSV
The ability to set RStudio as the standard software for opening a csv. Then, when I open a file, RStudio opens, pulls the csv data into a dataframe and puts dplyr and ggplot2 in my library. That's it. Now I can start looking at the data however I would like.
Nice to have for all data files
If I could define my own script for the "open file" action that would be even better. I could decide that I want to add a different package that's useful for my specific function (e.g. I might always want some GIS functions for opening a particular file, but not everybody would)