Displaying 1 result from an estimated 1 matches for "dabc".
Did you mean:
abc
2011 May 02
3
subseting data
Hi,
Is it possible (i am sure it is) to subset data from a data.frame on the basis of SQL >LIKE< operator. I.e., i would like to subset a data where only values which contains a string >GP< would be used?
Example:
Gp<-subset(DF, DF$USCS like >GP<)
This like of course is not working,
Thanks, m
[[alternative HTML version deleted]]