> Is there some fast (built-in?) way to get the OR of all the elements in > a logical vector? any() and all() should give you OR and AND, respectively. Perhaps this should be in as a 'see also' for '|' and '&'. -J