Nelson-Gon/mde: Patch Release
Description
mde 0.2.1
-
Patch Fix to skip tests on old R releases.
-
Only R versions above 3.6.3 are supported.
mde version 0.2.0
Additions
-
na_summarywhich provides a very quick overview of missingness. It also supports grouped summaries. -
drop_na_ifallows easy dropping of columns where all values are missing. -
custom_na_recodeallows replacing missing values with common values such as mean, min, max, sd.
Major changes
-
In
percent_missing, the argumentgroupedwas dropped in favour of simply providing agrouping_colsvector. -
In
recode_as_na,subset_dfwas dropped. It now simply accepts an optionalsubset_colsargument. The argumenttidywas also dropped.One can simply provide an optionalpattern_typeandpattern. -
Similar changes were made for
recode_na_asas above. -
The argument
xwas changed todfindrop_na_at.
mde version 0.1.0
Available functions
-
get_na_counts -
percent_missing -
recode_as_na -
sort_by_missingness -
recode_na_as -
drop_na_if -
recode_na_if -
drop_na_at -
recode_as_na_for
Key changes
-
Now supports tidy selection and exploration at specific columns
-
percent_missingsupports grouping and exclusion of certain columns. The use of decimals was dropped. -
drop_na_ifallows exclusion of columns.
Files
Nelson-Gon/mde-v0.2.1.zip
Files
(553.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:12be2ae521649c5c041dfc8ebfeefff8
|
553.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/Nelson-Gon/mde/tree/v0.2.1 (URL)