powered by
For a given string with pipe(s), count the number of word-like sections that are separated by pipes.
getPipedWordCount(string)
A string with pipes
A count of number of words in input string.
healthcareai findVariation createVarianceTallTable
healthcareai
findVariation
createVarianceTallTable
# NOT RUN { res <- getPipedWordCount('hello|sir') res # }
Run the code above in your browser using DataLab