You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, using higher order functions is fine because they fulfill the requirements for the derivation argument (first argument must expect a dataset and the function must return a dataset).
We should update the documentation and change
The function must provide the `dataset` argument and all arguments specified in the `params()` objects passed to the `arg` argument.
to
The function must provide all arguments specified in the `params()` objects passed to the `args` argument.
because the dataset argument is no longer expected.
@yurovska , what else would you suggest to update.
I remember somewhere there is a note saying that {dplyr} functions like mutate() are not suitable for the derivation argument. I think it is worth also to mention explicitly that another Higher Order function is fine there, and add at least one example.
Please select a category the issue is focused on?
Function Documentation
Let us know where something needs a refresh or put your idea here!
It is not really clear from documentation whether it's kinda "legitimate" to use one Higher Order function inside of another.
I mean, is that OK to do something like this?
The text was updated successfully, but these errors were encountered: