Skip to content

Create key for sorting #112

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

Closed
lorenzwalthert opened this issue Aug 7, 2017 · 4 comments · Fixed by #218
Closed

Create key for sorting #112

lorenzwalthert opened this issue Aug 7, 2017 · 4 comments · Fixed by #218

Comments

@lorenzwalthert
Copy link
Collaborator

line1/ col1 is no longer a unique sorting (composite) key because we insert tokens like with
add_brackets_in_pipe(). One way to go about that would be to setting col1/ col2 of these tokens
"in between" the existing tokens. New tokens could then get intermediate values (e.g., when () is added: key + 1/3 and key + 2/3 respectively).
See discussion in #111 R/visit.R L136+.

@krlmlr
Copy link
Member

krlmlr commented Aug 7, 2017

Reference: #111 (comment)

@lorenzwalthert
Copy link
Collaborator Author

Reference (#119).

@lorenzwalthert
Copy link
Collaborator Author

Maybe can simply use column id. Check with help file of getParseData().

@lorenzwalthert
Copy link
Collaborator Author

Reference: #147.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants