Description Usage Arguments Note
Extract words Extracts all words from a character string of texts.
1  | extract_words(texts)
 | 
texts | 
 character vector of texts  | 
it uses the regex \b[:alpha:]+\b to extract words.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.