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

array type variables in group_bys aren't carried through to the cube tibble #7

Open
jonkeane opened this issue Aug 3, 2018 · 0 comments

Comments

@jonkeane
Copy link
Contributor

jonkeane commented Aug 3, 2018

ds %>% group_by(cat, cat) %>% summarise(count = n())

Works and the categorical dimensions are preserved in the tibble format of the CrunchCube, however if there is a multiple response or categorical array in the group_by those aren't maintained:

ds %>% group_by(mr, mr) %>% summarise(count = n())
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