R: Introduction
Start learning R with a quick overview and Hello World.
R — Introduction
Overview
R is a language for statistics, data analysis, and visualization.
Hello World
cat('Hello, World!\n')
What you'll learn
- How to run R
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.