Skip to content

maydarrell/base10daysR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

10 Days of Base

A 10-day coding challenge focused on mastering base R programming concepts.

Structure

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

Daily Challenges

  1. Day 1: Vectors and Basic Operations
  2. Day 2: Data Frames and Basic Manipulation
  3. Day 3: Control Structures (if-else, loops)
  4. Day 4: Functions and Scoping
  5. Day 5: Working with Factors
  6. Day 6: Lists and the Apply Family
  7. Day 7: String Manipulation
  8. Day 8: Date and Time Operations
  9. Day 9: Data Import/Export
  10. Day 10: Putting It All Together - Mini Project

Getting Started

  1. Create a new R script for each day's challenge
  2. Work through the exercises in the challenge.R file
  3. Check your solutions against the provided solutions
  4. Feel free to add your own notes and examples!

Prerequisites

  • R (version 4.0.0 or later)
  • RStudio (recommended)

Resources

Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages