Coding basics

R as a calculator

1000 / 10
## [1] 100
x <- 1000 / 10

# x

assignment symbol

What’s in a name?

Calling functions

Use of TAB

continuation character, +

Printing to screen