Hi  there

I am trying to remove the white space and replace it with nothing but didnt
have any luck with that

x <- and fgh-

i can replace the comma using gsub
gsub("\\-","",x)
but i cant replace the white space with nothing. 

Ramya
-- 
View this message in context: 
http://old.nabble.com/Removing-white-space-help-tp26503431p26503431.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to