Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

named vectors #25

Open
RobinHankin opened this issue Jul 26, 2021 · 1 comment
Open

named vectors #25

RobinHankin opened this issue Jul 26, 2021 · 1 comment

Comments

@RobinHankin
Copy link
Owner

RobinHankin commented Jul 26, 2021

The names of a named vector are lost:

> dput(disord(c(b=5,c=2,a=6)))
new("disord", .Data = c(5, 2, 6), hash = "b7cf7d05a06606b919bc758c0804aabae4ca9c9b")
> 

It seems to me that the name/value pairs are not stored in any particular order, which would suggest that a named vector might be storable in a similar way to a disord object. See also
RobinHankin/hyper2#101 and RobinHankin/hyper2#104

@RobinHankin
Copy link
Owner Author

The best prior art for this would be SQL merge.

@RobinHankin RobinHankin mentioned this issue Nov 30, 2022
RobinHankin added a commit that referenced this issue Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant