remove_chars: Remove Alphabetic Characters from a Character Vector

Description Usage Arguments

View source: R/remove_char_digit.R

Description

Removes all alphabetic characters from a character vector.

Usage

1
remove_chars(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_chars in Kmisc...