A simple helper function that removes special characters from a character string.

rmf(x)

Arguments

x

A character string.

Value

A character string with special characters removed.

Examples

rmf("ba*&m^l$$:s.s")
#> [1] "bamlss"