issues
search
moodymudskipper
/
tb
IN ~PROGRESS my own take on `[.data.frame`
0
stars
0
forks
source link
consistency with `[.data.frame`
#2
Closed
moodymudskipper
closed
4 years ago
moodymudskipper
commented
4 years ago
[x]
.i
and
.j
must be able to take numeric, logical, or character input and return the same object (except for class)
[x] one exception is that drop will always be
FALSE
[x] In the syntax
tb[foo]
, foo is fed to
.j
and
drop
is
FALSE
.i
and.j
must be able to take numeric, logical, or character input and return the same object (except for class)FALSE
tb[foo]
, foo is fed to.j
anddrop
isFALSE