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

column names don't align when show_perc_col = FALSE #82

Closed
njtierney opened this issue May 23, 2018 · 1 comment
Closed

column names don't align when show_perc_col = FALSE #82

njtierney opened this issue May 23, 2018 · 1 comment

Comments

@njtierney
Copy link
Collaborator

The default option is to show the percent column:

library(visdat)
library(naniar)

vis_miss(oceanbuoys, show_perc_col = TRUE)

However, when you turn this off, the column names do not align properly

vis_miss(oceanbuoys, show_perc_col = FALSE)

Created on 2018-05-23 by the reprex package (v0.2.0).

@njtierney
Copy link
Collaborator Author

For full clarity:

library(visdat)
library(naniar)

vis_miss(oceanbuoys, show_perc_col = TRUE)

vis_miss(oceanbuoys, show_perc_col = FALSE)

Created on 2018-05-23 by the reprex package (v0.2.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