📊 Introduction to R

R is a powerful open-source programming language and environment primarily used for statistical computing, data analysis, and graphical visualization. It’s a go-to tool for data scientists, statisticians, and analysts working on large datasets or advanced data modeling.

📥 Installing R

To get started with R on your machine:

🖼️ Setup Screens

Download R from CRAN Installing R on your system Running RStudio IDE

📝 Your First R Script

Console output will appear here...
💡 Tip: Save your R files with a .R extension. Run them via RStudio’s console or using source("filename.R") command.