Learn R Programming

bfw (version 0.4.2)

RemoveSpaces: Remove Spaces

Description

simple function to remove whitespace

Usage

RemoveSpaces(x)

Arguments

x

string

Examples

Run this code
# NOT RUN {
 RemoveSpaces("  No More S p a c e s")
 # [1] "NoMoreSpaces"
# }

Run the code above in your browser using DataLab