collapse version 2.0.2
-
Added global option 'stub' (default
TRUE
) toset_collapse
. It is passed to thestub(s)
arguments of the statistical operators,B
,W
,STD
,HDW
,HDW
,L
,D
,Dlog
,G
(in.OPERATOR_FUN
). By default these operators add a prefix/stub to matrix or data.frame columns transformed by them. Settingset_collapse(stub = FALSE)
now allows to switch off this behavior such that columns are not prepended with a prefix by default. -
roworder[v]()
now also supports grouped data frames, but prints a message indicating that this is inefficient (also for indexed data). An additional argumentverbose
can be set to0
to avoid such messages.