Skip to content
Prev 175011 / 398506 Next

same value in column-->delete

Patrizio Frederic wrote:
or you simplify that idea and say

x[, apply(x, 2, function(x) length(unique(x)) > 1)]

Uwe Ligges