Skip to content

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

@jaapwalhout

Description

@jaapwalhout

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions