R/wbs_table_rollup.R

#' Example Work Breakdown Structure Data After Rollup
#' @source <https://www.workbreakdownstructure.com>
#' @format A data frame with columns:
#' \describe{
#' \item{id}{unique key for each row}
#' \item{pid}{parent key for each row}
#' \item{name}{character name of the element}
#' \item{work}{percent of total work for this element}
#' \item{budget}{budget for this element}
#' }
"wbs_table_rollup"

Try the rollupTree package in your browser

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

rollupTree documentation built on Feb. 10, 2026, 5:09 p.m.