dropNamed {BBmisc} | R Documentation |
Drop named elements of an object.
Description
Drop named elements of an object.
Usage
dropNamed(x, drop = character(0L))
Arguments
x |
[any] |
drop |
[ |
Value
Subset of object of same type as x
. The object is not simplified,
i.e, no dimensions are dropped as [,,drop = FALSE]
is used.
[Package BBmisc version 1.13 Index]