There is a command "View" in R Studio that allows read "csv" data files, for example, by clicking it in the "Files" tab.
It will be very cool to have the same command or plug-in in R Studio to read files in other formats. For example, I use "feather" format very often as it's fast, compact and Python-compatible. But each time to open it - I need type command "read_feather".
Thanks!