[R] select rows with identical columns from a data frame

Sam Steingold sds at gnu.org
Sun Jan 20 06:41:01 CET 2013


> * Rui Barradas <ehvconeenqnf at fncb.cg> [2013-01-18 21:02:20 +0000]:
>
> Try the following.
>
> complete.cases(f) & apply(f, 1, function(x) all(x == x[1]))

thanks, this works, but is horribly slow (dim(f) is 766,950x2)

-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/ http://truepeace.org http://palestinefacts.org
http://thereligionofpeace.com http://honestreporting.com http://ffii.org
usually: can't pay ==> don't buy. software: can't buy ==> don't pay



More information about the R-help mailing list