I have a vector, called istrain , with names:
istrain = c("carri", "challeng", ...)
And I want to turn them into columns of a dataframe, testSparse, which contains word frequency frequencies in comments, something like:
testSparse$cool =...
asked by
22.12.2017 / 16:32