Third CRAN Release
·
246 commits
to master
since this release
This is the third CRAN release.
This update adds the functions count()
, tally()
, add_count()
and add_tally()
. In order to achieve these, the functions n()
and desc()
have also been added. In addition, group_by()
can now add additional groups to an already grouped data.frame
.