groupdata2 1.4.0
-
Breaking: In
fold()
, thek
argument can now be a multi-element vector with onek
(number of folds) per fold column. This functionality required a minor rewrite, why you might see interchanged fold column names in comparison to the previous versions. -
Bug fix: In
fold()
andpartition()
, when specifying multiplecat_col
columns andnum_col
in the same call, it would fail. This now works.