R/words.R

Defines functions words

#internal function (not exported)
words <-
function(x){as.vector(unlist(strsplit(x, " ")))}
trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.