Getting Started with R

Introduction

Oh hi and welcome!.We are going to pack up our our toolbox for a new programming language called R.

R is a programming language used for data modeling and statistics.Popularly known as data science.

Without much talking, let's get started.

What We'll Need

To begin using R, let's head to downloading and installing R by visiting https://www.r-project.org/ .

And this is actually all you need to get started. But to get useful features like such as syntax highlighting and a tab for suggested code auto-completion and more.

 I'd suggest also installing the free R integrated development environment (IDE) RStudio. From http://www.rstudio.com/ide/ . And that's all we can pack into our toolbox for now to get started.