A 10-day coding challenge focused on mastering base R programming concepts.
10daysofbase/
├── day1/ # Day 1 challenges and solutions
│ ├── challenge.R
│ └── solution.R
├── day2/ # Day 2 challenges and solutions
│ ├── challenge.R
│ └── solution.R
...
└── README.md # This file
- Day 1: Vectors and Basic Operations
- Day 2: Data Frames and Basic Manipulation
- Day 3: Control Structures (if-else, loops)
- Day 4: Functions and Scoping
- Day 5: Working with Factors
- Day 6: Lists and the Apply Family
- Day 7: String Manipulation
- Day 8: Date and Time Operations
- Day 9: Data Import/Export
- Day 10: Putting It All Together - Mini Project
- Create a new R script for each day's challenge
- Work through the exercises in the challenge.R file
- Check your solutions against the provided solutions
- Feel free to add your own notes and examples!
- R (version 4.0.0 or later)
- RStudio (recommended)
Happy coding! 🚀