Re: [R] regex not working for some entries in for loop

2015-11-07 Thread Omar André Gonzáles Díaz
; > > From: Omar André Gonzáles Díaz > > Subject: [R] regex not working for some entries in for loop > > > > I'm using some regex in a for loop to check for some values in column > "source", > > and put a result in column "fuente". > > Your r

Re: [R] regex not working for some entries in for loop

2015-10-26 Thread S Ellison
> From: Omar André Gonzáles Díaz > Subject: [R] regex not working for some entries in for loop > > I'm using some regex in a for loop to check for some values in column > "source", > and put a result in column "fuente". Your regexes are on multiple

[R] regex not working for some entries in for loop

2015-10-24 Thread Omar André Gonzáles Díaz
I'm using some regex in a for loop to check for some values in column "source", and put a result in column "fuente". I need some advice on this topics: -Making the regex parts work, I've tasted them in regexpal.com and they work, but not in R. -Making the code (for loop) more efficient, more cle