Changelog
Source:NEWS.md
tidyplus 0.2.0
- Added
error = FALSE
argument toif_else2()
. - Added informative error message to
if_else2()
if no matches are found. - Internal changes.
-
duplicates()
now preserves groups and attributes for “regular” and “sf” data frames. - Added tests for
duplicates()
.
tidyplus 0.1.0
- Added the
str_replace_vec()
function. - Added the
duplicates()
function. - Added the
str_to_snake_case()
function. - Added the
summarise2()
function.