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

Allow further arguments in msqrobAggregate() #58

Open
cvanderaa opened this issue Apr 26, 2024 · 0 comments
Open

Allow further arguments in msqrobAggregate() #58

cvanderaa opened this issue Apr 26, 2024 · 0 comments

Comments

@cvanderaa
Copy link
Contributor

Currently, msqrobAggregate() does not allow to pass further arguments to aggregateFeatures(), but this would be useful to have better control on the aggregation. For example, one would want to provide an na.rm = TRUE to methods that are susceptible to missing values.

The easiest option is to implement ... in the function signature. It's straightforward and easy to document.

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