We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there! 👋
Please see the warning issued below when running gg_miss_var().
gg_miss_var()
This warning does NOT show up with functions like:
gg_miss_case
gg_miss_var_cumsum()
gg_miss_case_cumsum()
(I have not tested all functions 😉)
It seems like an easy fix, though.
df <- dplyr::tribble( ~x, ~y, 1, 1, 2, NA, NA, 3 ) naniar::gg_miss_var(df) #> Warning: It is deprecated to specify `guide = FALSE` to remove a guide. Please #> use `guide = "none"` instead.
The text was updated successfully, but these errors were encountered:
Hi @ddauber !
Thanks so much for that, that is a relatively easy fix - about to push now.
Sorry, something went wrong.
It seems this issue was resolved with ede9539. 👍
Sorry I didn't get back to you - thanks for posting a great reprex! :)
No problem at all. We are all busy people.👨💻
No branches or pull requests
Hi there! 👋
Please see the warning issued below when running
gg_miss_var()
.This warning does NOT show up with functions like:
gg_miss_case
gg_miss_var_cumsum()
gg_miss_case_cumsum()
(I have not tested all functions 😉)
It seems like an easy fix, though.
The text was updated successfully, but these errors were encountered: