[1] 6.283185
[1] 3.083333
Session - R and R studio
R is both the name of a programming language and a program
RStudio is a software application with tools to
improve your programming experience
Let’s open an R session
If you don’t see the Editor pane, click top right button
And choose R Script
from the drop down.
Keyboard shortcuts:Ctrl + Shift + N
The cloud Ctrl + Shift + Alt + N
Keyboard shortcuts:Ctrl + Z
undoes butCtrl + Shift + Z
to redoCtrl + Enter
runs the code
Comment code with a hash #
Comment frequently, at least in the beginning
Keyboard shortcut:Ctrl+Shift+C
for commenting and uncommenting
Accessibility and comfort for all
Extend the capabilities of the basic or “base R”
with extra functions, datasets, code examples & documentation.