Remove digits from character string.

strip_numeric(s, ...)

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

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

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

Arguments

s

A Character string or data.frame.

...

Any other options.

text

bare name of text column.