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

Add coverage for list columns in vis_miss() vis_dat() and vis_guess() #138

Merged
merged 9 commits into from Sep 17, 2021

Conversation

cregouby
Copy link
Contributor

@cregouby cregouby commented Sep 11, 2021

and thus fix #136 fix #137 and fix #139

library(dplyr, warn.conflicts = FALSE)
data("starwars")
library(visdat)
vis_miss(starwars)

Created on 2021-09-11 by the reprex package (v2.0.1)

library(visdat)
data("starwars",package = "dplyr")
vis_dat(starwars)

Created on 2021-09-11 by the reprex package (v2.0.1)

library(visdat)
data("starwars",package = "dplyr")
vis_guess(starwars)

Created on 2021-09-12 by the reprex package (v2.0.1)

@cregouby cregouby changed the title Add coverage for list columns in vis_miss and vis_dat Add coverage for list columns in vis_miss() vis_dat() and vis_guess() Sep 12, 2021
@njtierney
Copy link
Collaborator

amazing, thank you!

@njtierney njtierney merged commit daa162f into ropensci:master Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants