The user wanted to be able to filter a WordCloud based on the number of words in a Text variable
This was achieved by creating an R variable: lengths(strsplit(C1, ' ')).