Starting an interactive shell
Running a script
Running from command line
Tuples/lists/vectors
Dictionaries (Python)/ lists (R)
Filtering
Functions
Getting help
Pitfalls that surprise
Profiling memory and CPU time
Tuples/lists/vectors
Python
Somehow equivalent to Python's:
x
=
(
1
,
2
,
4
)
R
x
<-
c
(
1
,
2
,
4
)
radovan.bast@uit.no
github.com/bast/R-and-Python