Skip to content
Prev 87004 / 398502 Next

elements that appear only once

A slight variation on your solution but hopefully more readable:

	names( which( table(a) == 1 ) )

Regards, Adai
On Wed, 2006-02-22 at 09:11 +0000, Robin Hankin wrote: