-
Notifications
You must be signed in to change notification settings - Fork 20
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
Added the column extraction optimiser #147
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @hinduBale , you have made a lot of work here, so I have a lot of comments to do xD
- First of all, always create a branch before doing a Pull Request (PR). Here, you are doing a PR from your forked master branch.
- If we say that using .subset is better for data.frames, lists, etc, it would be great to prove it, as you did for the data.frame case.
- I would recommend you check out the styler R package, you are having several non-styled lines of code that would be automatically fixed by this package ;) .
To resolve all the conversations, especially the point where you mentioned that this work should be on a different forked branch and not the master, I've create a new PR [here] (#152) .Please have a look. Thanks! |
Based on the specifications provided here, I've added the opt-column-extractor.R file as part of the hard test along with relevant tests and vignette.