This tutorial helps you to know 15 cool shortcuts in R which helps your programming easy.
List of shortcuts:
ctrl+ shift + 1 source pane
ctrl+ shift + 2 console pane
ctrl+ shift + 3 help tab
ctrl+ shift + 4 history tab
ctrl + shift + 5 files tab
ctrl + shift + 6 plots tab
ctrl + shift + 7 packages
ctrl + shift + 8 environment tab
ctrl + shift + 9 viewer
ctrl + shift + l selects only the current line
ctrl + shift + (greater than symbol) we can select our saved R files
ctrl + shift + m (pipe operator)
ctrl + shift + n new tab in source
ctrl + shift + j find any obj
ctrl + shift + w close R
alt + -(hyphen) assignment operator
Enjoy the shortcuts. Stay tuned for more updates.