dtplyr 1.0.1
-
Better handling for
.data
and.env
pronouns (#138). -
dplyr verbs now work with
NULL
inputs (#129). -
joins do better job at determining output variables in the presence of
duplicated outputs (#128). When joining based on different variables inx
andy
, joins consistently preserve column fromx
, noty
(#137). -
lazy_dt()
objects now have a usefulglimpse()
method (#132). -
group_by()
now has anarrange
parameter which, if set toFALSE
, sets
the data.table translation to useby
rather thankeyby
(#85). -
rename()
now works withoutdata.table
attached, as intended
(@MichaelChirico, #123).