R Tutorials
R Data Structures
R Graphics
R Statistics
R Examples
To output text in R, use single or double quotes:
"Hello World!"
To extract numbers, simply type a number (without quotes):
5
10
25
To make simple calculations, add numbers together:
5 + 5