R Programming Language Syllabus

  1. Fundamentals of R Language

1. About R tutorial

2. Introduction to R

3. About R, Do & Don't

4. Why R programming Language

  2. Overview of R Language

1. General Properties

2. First Program - Hello World

3. Core Characteristics

  3. Data Types in R Language

1. Data types introduction

2. Data types Examples

  4. Variable in R Language

1. Introduction to Variable

  5. Operators in R Language

1. Operator Introduction

2. Arithmetic Operators

3. Relational Operators

4. Logical Operators

5. Assignment Operators

6. Miscellaneous Operators

  6. Decision Making of R Language

1. Decision Making Introduction

2. if statement

3. if...else statement

4. switch statement

5. if…else Ladder

6. ifelse() function

  7. Loop control in R Language

1. Loop Introduction

2. for loop

3. while Loop

4. repeat Loop

5. Break Statement

6. Next Statement

  8. Array in R Language

1. Array Introduction

  9. String in R Language

1. String Introduction

  10. Function in R Language

1. Function Introduction

2. Your First Function

3. Built-in Function

  11. Vector in R Language

1. Vector Introduction

  12. Lists in R Language

1. List Introduction

  13. Matrices in R Language

1. Matrix Introduction

2. Matrix Construction

3. Addition & Subtraction

4. Multiplication & Division

  14. Factors in R Language

1. Factor Introduction

  15. Data Frames in R Language

1. Data Frame Introduction

2. Data Frame details

3. Filtering and subsetting data

4. Aggregate function

  16. Packages in R Language

1. Package Introduction

  17. Data Reshaping in R language

1. Data Reshaping Introduction

  18. Data and File Management

1. Types of Input

2. CSV Files

3. Excel file

4. Reading and writing data

  19. Charts & Graphs

1. Graphical Procedures Introduction

2. plot function

3. Plot using base graphics

4. Plot using ggplot2