removeNumeric | R Documentation |
Function removes alphanumeric characters from a string.
removeNumeric ( string)
string |
a character vector |
a character string
Sebastian Weirich
str <- c(".d1.nh.120", "empty", "110", ".nh.dgd", "only.nh")
removeNumeric(str)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.