remove_digits: Remove Digits from a Character Vector

Description Usage Arguments

View source: R/remove_char_digit.R

Description

Removes all digits from a character vector.

Usage

1
remove_digits(x, remove_spaces = TRUE)

Arguments

x

A character vector, or vector coercable to character.

remove_spaces

boolean; if TRUE we remove all white-space as well.


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to remove_digits in Kmisc...