replacement_with_NULL_names: Replace the Names Slot with NULL

Description Usage

Description

If value(x) <- NULL is assigned, an unnamed vector keeps its class, a named vector is coerced to its unnamed complement.

Usage

1
2
3
4
5
## S4 replacement method for signature 'annotated_vector,'NULL''
names(x) <- value

## S4 replacement method for signature 'annotated_named_vector,'NULL''
names(x) <- value

mariusbarth/annotate4 documentation built on May 7, 2019, 3:14 p.m.