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

Remove return argument from all functions where it is not necessary #30

Open
dbarneche opened this issue Nov 23, 2022 · 0 comments
Open
Assignees
Labels
documentation enhancement New feature or request

Comments

@dbarneche
Copy link
Contributor

Many functions end with the function return but this is not needed in R for most cases.
return() in R is only useful if an output is to me returned mid-function (e.g. in case something fails and a NULL is to be returned).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants