Try this: gsub("[?]", " ", x) On Mon, Nov 23, 2009 at 7:01 AM, Steven Kang <stochastick...@gmail.com> wrote: > 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]] > > ______________________________________________ > 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. >
______________________________________________ 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.