datawizard
datawizard copied to clipboard
Magic potions to clean and transform your data 🧙
I think you may need to prepend your tests using the `pivot_*()` functions because the latest version of poorman also contains these functions.
In the context of my easystats/performance#443 PR, I’ve experienced a difficulty using `datawizard::data_filter`, so I am moving the discussion here. ``` r library(dplyr) #> #> Attaching package: 'dplyr' #> The...
In the context of my easystats/performance#443 PR, I’ve experienced a difficulty using `datawizard`’s select helpers (`starts_with`, `ends_with`, `contains`, so I am moving the discussion here. Essentially, when using the select...
Tries to close #216 But this is not really working yet... Just different attempts to solve that issue.
Close #193 (see the issue for the discussion about this function design) ``` r library(datawizard) # for comparison head(mtcars) #> mpg cyl disp hp drat wt qsec vs am gear...
Diagram
#87
IMHO, the current `README` is quite dull and long-winded, and doesn't provide much insight into how this package can be useful for the users. What we need is for it...
I forgot about it but there was some review required about the "selecting" section of the vignette: https://github.com/easystats/datawizard/pull/183#discussion_r911184205 I just put it here so that it doesn't get forgotten since...