rmf: Remove Special Characters

View source: R/BayesX.R

rmfR Documentation

Remove Special Characters

Description

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

Usage

rmf(x)

Arguments

x

A character string.

Value

A character string with special characters removed.

Examples

rmf("ba*&m^l$$:s.s")

bamlss documentation built on Nov. 2, 2023, 5:31 p.m.