get_planned_value {pmev} | R Documentation |
Given a set of project activities start times, end times, progress and costs, this function calculates the Planned Value across the Project Schedule
get_planned_value(df, project_value)
df |
A Data Frame of the Project |
project_value |
The total value of the project |