Split Alphanumerics from a character string.

split_alphanum(s, ...)

# S3 method for character
split_alphanum(s, ...)

# S3 method for list
split_alphanum(s, ...)

# S3 method for data.frame
split_alphanum(s, text, ...)

Arguments

s

A Character string or data.frame.

...

Any other options.

text

bare name of text column.