str.tokenize: An alternative interface to str.split

View source: R/stringtools.R

str.tokenizeR Documentation

An alternative interface to str.split

Description

An alternative interface to str.split

Usage

## S3 method for class 'tokenize'
str(str, split = " ", only.one.split = FALSE,
  simplify = TRUE, ...)

skranz/stringtools documentation built on May 11, 2022, 4:48 a.m.