Skip to content
Prev 11765 / 63424 Next

apply on logical data frame together with all (PR#6560 )

Wrap your data frame in data.matrix() and you should be fine; e.g.,

  apply(data.matrix(df), 1, all)

Don't think this qualifies as bug...

Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}