Courses
Programming language
Explore courses by programming language.
Course type
Learn, challenge or build your portfolio in a practice-driven way.
Level of knowledge
Choose courses tailored to your level of knowledge perfectly.
Or try to search for any course. Still can't find? let us know what are you missing!
Journey
Login
Creator
Anonymous
This course provides a comprehensive introduction to R programming fundamentals. Students will learn basic syntax, data types, control structures, and built-in functions.
Prerequisites
No prior knowledge required
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