trinker / qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
http://cran.us.r-project.org/web/packages/qdap/index.html
175 stars 44 forks source link

Add a qdap2corpus function #139

Closed trinker closed 11 years ago

trinker commented 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).

trinker commented 11 years ago

Maybe qdap2tm_corpus is a better name.