Nicholas Tierney
Nicholas Tierney
While I like this idea that I think that perhaps it is best left as a custom visualisation
Check out the examples in https://www.jstatsoft.org/article/view/v068i06/v68i06.pdf
I think this function is best covered now by `case_when` ``` r library(naniar) library(tidyverse) mtcars # A tibble: 32 × 11 #> mpg cyl disp hp drat wt qsec vs...
this is described in more detail in #316
This should be covered by #173
I think this is now covered in #51
We should re-export `coalesce` and provide documentation on how to use it, alongside the `replace_with_na` function
I'm going to retire this as at the moment I don't have the scope to manage a cpp branch of naniar, although a lot of great things came out of...
There are three extra methods now: - `POSIXct` - `POSIXlt` - `Date`
group information is added in these kinds of summaries now, so I think this is safe to close ``` r library(naniar) library(dplyr) #> #> Attaching package: 'dplyr' #> The following...