Displaying 1 result from an estimated 1 matches for "tmp_test".
Did you mean:
tmp_dest
2009 Mar 12
2
R grep & gsub issue - sign seems to be causing an issue...
I would like to use grep and gsub to manipulate a vector to make the names used consistent, i.e. reduce a level or two.
However, here is what I found when I attempted to use grep and gsub:
> tmp_test<-c("House 1 Plot Plus +100","House 2 Plot Plus +100","House 3 Plot Plus -100","House 4 Plot Plus -100","House 1 Plus +100","House 2 Plus +100","House 3 Plus -100","House 4 Plus -100")
> gsub(tmp_test[2], tmp_test...