Skip to contents

Removes spaces and replaces with under scroll

Usage

removeSpaces(x)

Arguments

x

A string

Value

A string without spaces

Details

Removes spaces and replaces with under scroll

See also

Examples

removeSpaces(' made up.   string')
#> [1] "_made_up.___string"