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

In composite function invocation, name arguments following '...' #6

Closed
egnha opened this issue Jun 6, 2018 · 0 comments
Closed

In composite function invocation, name arguments following '...' #6

egnha opened this issue Jun 6, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@egnha
Copy link
Owner

egnha commented Jun 6, 2018

For instance, if f <- function(..., a = "a") {...}, then the composite f %>>>% g, should have formals of f, but the invocation of f should be f(..., a = "a"), not f(..., a) as it currently is.

@egnha egnha added the bug Something isn't working label Jun 6, 2018
@egnha egnha changed the title In composite functions, separate formals following '...' In composite function invocation, name arguments following '...' Jun 6, 2018
@egnha egnha closed this as completed in 7a6204a Jun 6, 2018
egnha added a commit that referenced this issue Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant