Level 1 · Entry Foundations¶
Goal: get comfortable reading and writing R, understand its core data structures, and ship a small working data analysis script.
Modules¶
- Setup & First Script
- Variables & Types
- Control Flow
- Functions
- Vectors & Basic Data Structures
- Data Frames Basics
- Reading Data
- Basic Plotting
- Packages
- Project — Data Analysis Script
By the end of this level you'll be able to write scripts that read data from a file, clean and summarize it, produce a basic plot, and organize your work using packages from CRAN.