Coddy logo

Login

menu icon
Loading...Creator image

Creator

Anonymous

Introduction to R

This course provides a comprehensive introduction to R programming fundamentals. Students will learn basic syntax, data types, control structures, and built-in functions.

21 Lessons

21 Challenges

certification icon

With Certificate

Prerequisites

No prior knowledge required

Save for later

Getting Started with R

Introduction to R

Hello World!

Basic R Syntax

Data Types and Variables

Numeric

Characters

Logical

Recap Challenge #1

Operators

Arithmetic operators

Comparison Operators

Logical Operators Part 1

Logical Operators Part 2

Recap Challenge #1

Recap Challenge #2

Data Structures

Vectors

Factor

Lists

Data Frames

Control Structures

If-Else Statements

For Loops

While Loops

Functions