strip.whites {cwhstring} | R Documentation |
Strip white spaces from a string.
strip.whites(string)
string |
A character string (1-dim). |
The cleaned character string
Uses system("sed...")
agw 1996-09-03 Chuck Lo Presti Statistics Group Energy Division Pacific Northwest National Laboratory Richland WA 99352 d38716@gaviota.pnl.gov
strip.whites("I will always be here") # WILL NOT WORK YET !?