strip.whites {cwhstring}R Documentation

Strip white spaces

Description

Strip white spaces from a string.

Usage

strip.whites(string)

Arguments

string A character string (1-dim).

Value

The cleaned character string

Note

Uses system("sed...")

Author(s)

agw 1996-09-03 Chuck Lo Presti Statistics Group Energy Division Pacific Northwest National Laboratory Richland WA 99352 d38716@gaviota.pnl.gov

Examples

 strip.whites("I will always be here") # WILL NOT WORK YET !?

[Package cwhstring version 1.0.0 Index]