7.3 RStudio tips in the console

Ctrl + Enter: execute the current line.

Upper arrow: goes to the commands previously typed. Ctrl + cmd + : Browse command history.

Type a letter in the console + “tab”: R Studio proposes the different functions or object stored which start with that letter.
for example, type get + “tab”: