R/project.R

#' Dummy Project Schedule
#'
#' A dataset of a dummy project. The variables are as follows:
#'
#' @format A data frame with 12 rows and 4 variables
#' \itemize{
#'   \item \strong{start:} Start Date of the activity.
#'   \item \strong{end:} End Date of the activity.
#'   \item \strong{progress:} Proportion between 0 and 1 representing percentage
#'    completed for each activity (1 = 100% complete)
#'   \item \strong{planned_cost:} The planned costs of each activity
#' }
#'
#' @docType data
#' @keywords datasets
#' @name project
#' @usage data(project)
NULL

Try the pmev package in your browser

Any scripts or data that you put into this service are public.

pmev documentation built on Sept. 11, 2024, 8:49 p.m.