[R] Odp: subset

Petr PIKAL petr.pikal at precheza.cz
Thu Mar 5 14:36:27 CET 2009


Hi

r-help-bounces at r-project.org napsal dne 05.03.2009 14:00:25:

> Hi,
> 
> I have a vector x with certain ID numbers in it and want to create a 
> subset from my dataset Y with this vector i.e extract only the data 
> with the given IDs from vector x.
> 
> example:
> x
> [1] 10066924 10207314 10257322 10334594 10348247
> 
> and now I want to create subset of dataset "assignee" with assignee 
> $pdpass ==  x

Use %in% operator.

Regards
Petr


> 
> thanks
> 
> ______________________________________________
> 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