cm_df.temp(dataframe, text.var, codes = NULL, file = NULL,
transpose = FALSE, strip = FALSE, ...)
NULL
no file is written.TRUE
transposes the dataframe so that
the text is across the top.TRUE
all punctuation is removed.cm_range2long
,
cm_df.transcript
,
cm_df.fill
codes <- qcv(dc, sf, wes, pol, rejk, lk, azx, mmm)
out1 <- cm_df.temp(DATA, "state", codes)
head(out1, 15)
out2 <- cm_df.temp(DATA, "state", codes, transpose = TRUE)
out2[, 1:10]
out3 <- cm_df.temp(raj.act.1, "dialogue", codes)
head(out3, 15)
out4 <- cm_df.temp(raj.act.1, "dialogue", codes, transpose = TRUE)
out4 [, 1:8]
Run the code above in your browser using DataLab