Closed trinker closed 11 years ago
Add a function that takes a qdap info such as text var and grouping vars and then produces a tm corpus named by the grouping variable(s).
This will require split by the grouping variable, paste(x, collapse = " ") and outputting as a corpus using tm function(s).
split
paste(x, collapse = " ")
Maybe qdap2tm_corpus is a better name.
qdap2tm_corpus
Add a function that takes a qdap info such as text var and grouping vars and then produces a tm corpus named by the grouping variable(s).
This will require
split
by the grouping variable,paste(x, collapse = " ")
and outputting as a corpus using tm function(s).