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

[Request] Allow double logical in 'drop' argument in 'dcast' #1512

Closed
jaapwalhout opened this issue Jan 31, 2016 · 0 comments
Closed

[Request] Allow double logical in 'drop' argument in 'dcast' #1512

jaapwalhout opened this issue Jan 31, 2016 · 0 comments
Assignees
Milestone

Comments

@jaapwalhout
Copy link

Currently the drop agrument in the dcast function aplies to both the RHS as the LHS. However sometimes it is usefull that drop only applies to the RHS or LHS and not both.

Allowing a double logical like drop = c(TRUE, FALSE) where the first applies to RHS and the second to LHS could be a usefull further development of the dcast function.

An example can be found in this question on StackOverflow.

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

2 participants