stripSpaces: Remove Spaces from a String

View source: R/spelling.R

stripSpacesR Documentation

Remove Spaces from a String

Description

This function removes spaces from a character string.

Usage

stripSpaces(x)

Arguments

x

A character string.

Value

The string with spaces removed.

Examples

# Remove spaces from "hello world"
stripSpaces("hello world")

FastUtils documentation built on Sept. 11, 2024, 5:13 p.m.