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

row names modified #6

Closed
piccolbo opened this issue Aug 28, 2013 · 1 comment
Closed

row names modified #6

piccolbo opened this issue Aug 28, 2013 · 1 comment
Labels

Comments

@piccolbo
Copy link
Collaborator

it appears that some row names are sanitzed going through do

as.data.frame(do(input(mtcars), identity))

spaces become "." and "(" become something else. Legal row names should not change unless the user changes them, or when they don't make sense (like in a group.by, it would make more sense to have the row named after the group)

@piccolbo
Copy link
Collaborator Author

this was actually a rmr2 bug, fixed in dev there

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

No branches or pull requests

1 participant