Learn R Programming

sorvi (version 0.4.05)

strstrip.single: Remove spaces from a single string

Description

Remove spaces from a single string

Usage

strstrip.single(s)

Arguments

s
string

Value

  • string without spaces

References

See citation("sorvi")

Examples

Run this code
# strstrip.single("a b") # returns "ab"

Run the code above in your browser using DataLab