Description Usage Arguments Value Examples
View source: R/sl_clean_vector.R
Clean a vector of sentences
1 | sl_clean_vector(words)
|
words |
character vector |
list each sentence is it's own character vector
1 2 | sentences <- c("hello my name is","this is another sentence")
sl_clean_vector(sentences)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.