Learn R Programming

stringb (version 0.1.17)

text_tokenize_lines: generic to tokenize text into lines

Description

generic to tokenize text into lines

text_tokenize default

Usage

text_tokenize_lines(string, non_token = FALSE)

# S3 method for default text_tokenize_lines(string, non_token = FALSE)

Arguments

string

the text to be tokenized

non_token

whether or not token as well as non tokens shall be returned.