Hi all,
I get an error message when trying to replace *+* or *?* signs (with empty
space) from a string.
x <- "asdf+,jkl?"
gsub("?", " ", x)
Error message:
Error in
gsub("?", " ", x) :
invalid regular expression '?'
In addition: Warning message:
In gsub("?", " ", x) :
regcomp error: 'Invalid preceding regular expression'
Your expertise in resolving this issue would be appreciated.
Thanks.
Steven
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.