Learn R Programming

eatTools (version 0.7.8)

removeNumeric: Removes alphanumeric characters from a string.

Description

Function removes alphanumeric characters from a string.

Usage

removeNumeric ( string)

Value

a character string

Arguments

string

a character vector

Author

Sebastian Weirich

Examples

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

Run the code above in your browser using DataLab