Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Calculate Project Deadlines | Working with Dates and Times
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Working with Text, Dates, and Data Cleaning in R

bookChallenge: Calculate Project Deadlines

Task

Swipe to start coding

In project management, you often need to calculate how long a project will take and when key milestones will occur. This task will help you practice date arithmetic by working with project start and end dates, as well as scheduling milestones.

  • Calculate the number of days between start_date and end_date.
  • For each value in milestone_days, add that many days to start_date to schedule milestone dates.
  • Assign the number of days between the project dates to days_between.
  • Assign the milestone dates to milestone_schedule.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 4
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

bookChallenge: Calculate Project Deadlines

Swipe to show menu

Task

Swipe to start coding

In project management, you often need to calculate how long a project will take and when key milestones will occur. This task will help you practice date arithmetic by working with project start and end dates, as well as scheduling milestones.

  • Calculate the number of days between start_date and end_date.
  • For each value in milestone_days, add that many days to start_date to schedule milestone dates.
  • Assign the number of days between the project dates to days_between.
  • Assign the milestone dates to milestone_schedule.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 4
single

single

some-alt