Highlights of the new RStudio releases
The new release of R Studio got many improvement. As I read them, I was very so excited about the new functions. Here are highlights for me.
- Data can be filtered, searched, and sorted
- Execute R code from the Source Viewer using Ctrl+Enter
- Keyboard shortcut quick reference(Windows/Linux: Alt+Shift+K)
- Alt + Enter to run code whilte retaining cursor position
- Ctrl+Shift+E to select within matching parents/braces
- Ctrl+Shift+M for magrittr pipe operator (%>%)
- Ctrl+Alt+Shift+E to expand selection to matching paren/brace
- dev.new() now creates a new desktop graphics device if the RStudio device is already active
- Default to current working directory for new project from existing directory