removeNumeric: Removes alphanumeric characters from a string.

removeNumericR Documentation

Removes alphanumeric characters from a string.

Description

Function removes alphanumeric characters from a string.

Usage

removeNumeric ( string)

Arguments

string

a character vector

Value

a character string

Author(s)

Sebastian Weirich

Examples

str <- c(".d1.nh.120", "empty", "110", ".nh.dgd", "only.nh")
removeNumeric(str)

eatTools documentation built on Oct. 12, 2024, 1:06 a.m.