Skip to content

names/dimnames for length(dim)==1L arrays #11

@jaganmn

Description

@jaganmn

For one-dimensional arrays x, names(x) should get x@dimnames[[1L]] and `names<-`(x, value) should set x@dimnames and unset x@names. C code should be changed to get and set names through a helper function that tests length(dim). Documentation should be amended accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions