mutate_task: Mutate task

Description Usage Arguments Details Value See Also

View source: R/gantt.R

Description

Transforms task data frame into ggplot friendly format

Usage

1

Arguments

task

data.frame with tasks specified

Details

Transforms task data.frame in a way that each row from original data.frame is doubled. Columns 'start' and 'end' are dropped and new column 'point' is added. Value of point are missing value of 'start', 'end' columns.

Value

Transformed data.frame

See Also

read_task


piotr-ole/gantt documentation built on Jan. 27, 2020, 5:01 a.m.