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

replace use of subset() throughout package with standard subsetting functions #39

Open
atn38 opened this issue Aug 7, 2019 · 1 comment

Comments

@atn38
Copy link
Contributor

atn38 commented Aug 7, 2019

According to subset() documentation and general R programming resources, subset() is better used interactively than in programs. This is due to its non-standard evaluation (need to understand more what it means).

Replace use of subset() in the package with [ and [[. $ is also not ideal, as it allows partial matching.

@atn38
Copy link
Contributor Author

atn38 commented Sep 23, 2019

in progress. ditto with dollar sign subsetting $

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant