search for: atvki9mvpnxuecpmxlewgmqbvzx4

Displaying 1 result from an estimated 1 matches for "atvki9mvpnxuecpmxlewgmqbvzx4".

2010 Jul 13
2
Substring function?
...the strings from the vector 'search'. Here a code example: content <- data.frame(urls=c( "http://www.google.com/search?source=ig&hl=en&rlz=&=&q=stuff&aq=f&aqi=g10&aql=&oq=&gs_rfai=CrrIS3", "http://search.yahoo.com/search;_ylt=Atvki9MVpnxuEcPmXLEWgMqbvZx4?p=stuff&toggle=1") ) search <- data.frame(signatures=c("http://www.google.com/search")) subset(content, search$signatures %in% content$urls) I am getting an error: [1] urls <0 rows> (or 0-length row.names) What I would like to achieve is the return of "http://ww...