Transforms task data frame into ggplot friendly format

mutate_task(task)

Arguments

task

data.frame with tasks specified

Value

Transformed data.frame

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.

See also