removeSpaces: Escape spaces in a string

Description Usage Arguments Value Examples

View source: R/functions.R

Description

This function replaces all single white space characters with escaped versions (e.g. '\ ')

Usage

1

Arguments

x

The string to remove spaces from

Value

x but with '\ ' instead of ' '

Examples

1
removeSpaces('Remove Space')

TJGorrie/localXCR documentation built on Dec. 18, 2021, 4:01 p.m.