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

Drop shorthand anonymous function calls #154

Open
selkamand opened this issue Nov 25, 2024 · 0 comments
Open

Drop shorthand anonymous function calls #154

selkamand opened this issue Nov 25, 2024 · 0 comments

Comments

@selkamand
Copy link
Owner

Were only added in R 4.1

For example: replace

Filter(x=plot_list, f=\(x){!is.null(x)})

with

Filter(x=plot_list, f=function(x){!is.null(x)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant