Skip to content

Vector name not displayed correctly if length(vector) > repr.vector.max.items #153

@zhangfeiran

Description

@zhangfeiran

If

options(repr.vector.max.items = 10)
vec = letters
names(vec) = LETTERS

Then

vec
# A:'a' B:'b' C:'c' D:'d' E:'e' F: ⋯ G:'v' H:'w' I:'x' J:'y' K:'z' 

But instead it should be:

vec
# A:'a' B:'b' C:'c' D:'d' E:'e' ⋯: ⋯ V:'v' W:'w' X:'x' Y:'y' Z:'z' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions