cm_time.temp(codes, grouping.var = NULL, start = ":00", end = NULL, file = NULL, coding = FALSE, print = TRUE)
TRUE
a coding list is provided with the
time span coding sheet. coding
is ignored if end = NULL
.TRUE
the time spans are printed to the
console.Generates a time span coding sheet and coding format sheet.
Miles, M. B. & Huberman, A. M. (1994). An expanded sourcebook: Qualitative data analysis. 2nd ed. Thousand Oaks, CA: SAGE Publications.
## <strong>Not run</strong>: # ## cm_time.temp(qcv(AA, BB, CC), ":30", "7:40", file = "foo.txt") # ## library(reports); delete("foo.txt") # cm_time.temp(qcv(AA, BB, CC), ":30", "7:40") # # x <- list( # transcript_time_span = qcv(terms="00:00 - 1:12:00"), # A = qcv(terms="2.40:3.00, 5.01, 6.52:7.00, 9.00"), # B = qcv(terms="2.40, 3.01:3.02, 5.01, 6.52:7.00, 9.00, 1.12.00:1.19.01"), # C = qcv(terms="2.40:3.00, 5.01, 6.52:7.00, 9.00, 17.01") # ) # cm_time2long(x) # cm_time.temp(qcv(AA, BB, CC)) # ## <strong>End(Not run)</strong>
cm_range.temp
,