2.2 Atalhos
O RStudio oferece uma série de atalhos de teclado que podem aumentar significativamente a sua produtividade e agilidade ao trabalhar com código R. Veja alguns atalhos na tabela abaixo:
| Operador | Windows/Linux | Mac |
|---|---|---|
| Executa a linha selecionada | Ctrl + Enter | Command +Enter |
| Salva o documento | Ctrl + S | Command +S |
| Menu procurar e substituir | Ctrl +F | Command +F |
| Insere %>% (pipe) | Ctrl+ Shift + M | Command + Shift + M |
| Insere <- | Alt + - | Option + - |
| Vai para a primeira linha | Ctrl + ↑ | Command + ↑ |
| Vai para a última linha | Ctrl + ↓ | Command + ↑ |
| Mostra todos atalhos disponíveis | Alt + Shift + K | Option + Shift + K |