R/wordcount.R

Defines functions wordcount

Documented in wordcount

wordcount=function(sentence){sapply(strsplit(sentence," +"),length)}
vdweijer/supply documentation built on June 28, 2021, 7:45 a.m.