extract_words: Extract words Extracts all words from a character string of...

Description Usage Arguments Note

Description

Extract words Extracts all words from a character string of texts.

Usage

1

Arguments

texts

character vector of texts

Note

it uses the regex \b[:alpha:]+\b to extract words.


ptstem documentation built on May 1, 2019, 7:32 p.m.