n_words | R Documentation |
Return the number of words in a string
n_words(x)
x |
a string |
vector of numbers
syn_end <- syn("end")
syn_end_words <- n_words(syn_end)
syn_end[syn_end_words <= 1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.