📦 R Packages

Packages add tons of power to R by giving you extra functions, datasets, and tools. CRAN is the main repository for R packages.

🖼️ Setup Screenshots

CRAN website showing R packages RStudio install packages interface Loaded libraries in RStudio

📝 Example Code: Installing & Loading Packages

Output will appear here...
💡 Tip: Use install.packages() once per package, then library() whenever you want to use it.

📚 Popular R Packages