8000 Different display for many unique values · Issue #278 · RhoInc/web-codebook · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Different display for many unique values #278

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
sjlussier opened this issue Aug 3, 2018 · 3 comments
Closed

Different display for many unique values #278

sjlussier opened this issue Aug 3, 2018 · 3 comments

Comments

@sjlussier
Copy link

For variables with a large number of unique variables, the graphic produced is not very informative.

As an example the following dataset's "id" variable:

dat <- tibble(a = rep('01', 100),
              b = sample(c('02', '03', '07', '09'), 100, replace = T),
              c = sample(1000:9999, 100, replace = T)) %>%
   mutate(id = glue("{a}-{b}-{c}"),
         site = sample(c("bost", "nyc", "phil", "chic", "la", "sd", "sf"), 100, replace = T)) %>%
  select(id, site)

image

One solution may be to just suppress the graphic.

@jwildfire
Copy link
Contributor

@sjlussier Yeah, that display is meh for sure. We have a possible solution tracked as issue #50. Would that help?

@sjlussier
Copy link
Author

Yes, I do think that would help!

@jwildfire
Copy link
Contributor

👍Closing this one. Will address #50 in the next release.

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

2 participants
0