It would be wonderful to be able to limit/choose the data columns to display in the data viewer window. If you have big data and lots of columns but you need to examine cases, it's cumbersome to scroll to the column you need. Basically, just the same as the "filter" function, but have it able to filter in or out specific columns,
This is the RStudio feature request thread, correct? I know how to do those bits of coding. What I'm asking for is a feature in Rstudio that allows you within the data viewer tab to do essentially what the "hide columns" functionality in Excel does. To be more precise, currently when you click on a dataframe that's loaded in your environment, it opens as a tab in the source pane where you can scroll up and down or even use the Filter (hourglass icon) button to filter your values. But it's not possible (that I know of) to hide columns. You can change their width a bit, but that's it. I think the best solution would be something like a horizontal hourglass icon in the upper left corner of the tab. When you click on it all the column names appear and you can select/deselect by name, vector type, etc, essentially all the things you can do with dplyr::select.