0. R - JulTob/R GitHub Wiki

Command Line

>
> inputs
+ continuation input
[number]outputs

R is object oriented (sure?)

R is functional (that sounds more right).

Asignation

>  a<-1

variables: start with a letter character, followed by any character forward

functions

>  functionName()

> functionName
[] definition 

> ?functionName
[] Help

Quiting Session

> q()