extract_token: Extract tokens

Description Usage Arguments Examples

Description

Takes a string and returns a vector with every word in the string as a separate element.

Usage

1

Arguments

text

Character vector containing all the lines in a given text

Examples

1
2
sampleText <- gardenParty[10]
extract_token(text = sampleText)

Amherst-Statistics/katherinemansfieldr documentation built on May 5, 2019, 4:55 a.m.