mutagen
Extensions to dplyrs mutate
A young package porting Stata's egen row-wise helpers to the tidyverse, one function per release
◆Recent moves
- 8mo ago
gen_coldiff() added; two functions renamed for consistency
Adds gen_coldiff() and renames gen_na_listcol() to gen_listcol_na() and gen_percent() to gen_colpercent(). The renames signal the row/column prefix convention firming up ahead of a stable release.
View source ↗ - 9mo ago
gen_rowsum() and gen_rowsd() added
Two more row-wise summaries, continuing the steady coverage of the egen surface.
View source ↗ - 9mo ago
gen_rownonmiss() and gen_rowall() added
Adds a non-missing count and an all-true predicate across columns, filling out the missingness and logical corners of the row-wise set.
View source ↗ - 9mo ago
Row mean, median and missingness helpers; gen_rowmatch renamed
Adds gen_rowmean(), gen_rowmedian(), gen_rowmiss() and gen_percent(), renames gen_rowmatch() to gen_rowany(), and wires up the R-hub v2 workflow. The largest functional release after the initial one.
View source ↗ - 11mo ago
First release with the row-wise gen_* family
The initial release, shipping gen_rowmax(), gen_rowmin(), gen_rownth(), gen_rowfirst(), gen_rowlast(), gen_rowmatch(), gen_rowcount() and gen_na_listcol(), plus project scaffolding. Establishes both the scope and the naming scheme the following releases refine.
View source ↗