Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DFI.subset ignoring return.indexes=FALSE when filter=NULL #2

Closed
digEmAll opened this issue Nov 7, 2016 · 1 comment
Closed

DFI.subset ignoring return.indexes=FALSE when filter=NULL #2

digEmAll opened this issue Nov 7, 2016 · 1 comment
Labels
bug

Comments

@digEmAll
Copy link
Owner

@digEmAll digEmAll commented Nov 7, 2016

DFI.subset ignoring return.indexes=FALSE when filter=NULL

e.g. :

D <- DFI(data.frame(A=1:10,B=21:30))
DFI.subset(D,filter = NULL, return.indexes = FALSE)
DFI.subset(D,filter = NULL, return.indexes = TRUE)
# the previous 2 lines return the same result but they should not
@digEmAll
Copy link
Owner Author

@digEmAll digEmAll commented Dec 12, 2016

Fixed in v0.0.47 ea9932c

@digEmAll digEmAll closed this Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.