strip_numeric: Strip Numerics

Description Usage Arguments

View source: R/parsing.R

Description

Remove digits from character string.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
strip_numeric(s, ...)

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

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

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

Arguments

s

A Character string or data.frame.

...

Any other options.

text

bare name of text column.


news-r/gensimr documentation built on Jan. 9, 2021, 5:55 a.m.