DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

R: Introduction

Start learning R with a quick overview and Hello World.

Read time: 1 min • Words: 42
My Progress

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.