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

sort_names() to allow numeric sorting #26

Closed
jmbarbone opened this issue Jul 21, 2021 · 0 comments
Closed

sort_names() to allow numeric sorting #26

jmbarbone opened this issue Jul 21, 2021 · 0 comments

Comments

@jmbarbone
Copy link
Owner

library(mark)
sort_names(set_names0(integer(2), c(10, 2)))
#> 10  2 
#>  0  0

Created on 2021-07-21 by the reprex package (v2.0.0)

should return

sort_names(set_names0(integer(2), c(10, 2)), numeric = TRUE)
#>  2 10 
#>  0  0
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