[R] Search a string inside a data.frame

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Dec 21 13:04:21 CET 2011



On 21.12.2011 09:49, Alaios wrote:
> Dear all,
> I have a string and I want to search for its existance inside a data.frame (or in a column of the data.frame).
>
> One way is for me to do this manually: Make a for loop for the number of elements and compare one by one element. Is there though any more improved way to do that?


Yes: you can also compare the whole column at once, but since there is 
no example in your message, you probably don't expect a detailed answer.

Best,
Uwe Ligges


>
> B.R
> Alex
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list