Skip to content

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

1 message · Liaw, Andy

#
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}}