agrueneberg / crochet

An implementation helper for [ and [<- for custom matrix-like types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle NA subsetting

agrueneberg opened this issue · comments

Some cases that could be handled by crochet itself:

  • x[NA] for k
  • x[NA, ] for i
  • x[, NA] for j

I don't see any utility in developers implementing their own behavior for this case.

Closed due to inactivity.