The best thing I ever did with R
Published:
A few years back, I created an RStudio shortcut that has ended up being my most-used function in R, probably by far. What does the shortcut do? It wraps the current line in the RStudio editor (or the console, if the cursor is there) in a View()
function, which opens the data.frame in RStudio’s built-in data viewer.