Last chance! 50% off unlimited learning
Sale ends in
cm_time.temp
(in list format) into a
data frame of start and end times in long format.cm_time2long(..., v.name = "variable", list.var = TRUE,
start.end = FALSE, debug = TRUE)
cm_time.temp
.TRUE
creates a column
for the data frame created by each time.list passed to
cm_t2l
.TRUE
outputs stop and
end times for each cm_time.temp
list
object.TRUE
debugging mode is
on. cm_time2long
will return possible
errors in time span inputs.cm_df2long
, cm_time.temp
x <- list(
transcript_time_span = qcv(00:00 - 1:12:00),
A = qcv(terms = "2.40:3.00, 5.01, 6.02:7.00, 9.00"),
B = qcv(terms = "2.40, 3.01:3.02, 5.01, 6.02:7.00,
9.00, 1.12.00:1.19.01"),
C = qcv(terms = "2.40:3.00, 5.01, 6.02:7.00, 9.00, 17.01")
)
(dat <- cm_time2long(x))
gantt_wrap(dat, "code", border.color = "black", border.size = 5)
Run the code above in your browser using DataLab