v0.8.1 #563
markfairbanks
started this conversation in
General
v0.8.1
#563
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Functions
consecutive_id.()
if_else.()
ifelse.()
(introduced in v0.4.0) will remain in the package%in%
Functionality improvements
arrange.()
: Can use.env
inside arrange expressionscase_when.()
: Gains.default
/.ptype
/.size
argscoalesce.()
: Gains.ptype
/.size
argsrelocate.()
: Now properly handles multiple columns selected in.before
or.after
slice_min.()
/slice_max.()
: Gainwith_ties
argumentBug Fixes
across.()
are handled properly (Bug inacross.()
when used inmap.()
#505)across.()
: Can namespace functions in.fns
arg (Letacross.()
supports functions with namepsace #511)as_tidytable()
: Can keep row names when converting a matrix (as_tidytable(.keep_rownames = TRUE) doesn't keep row names of matrices #527)unnest.()
: Handles empty data frames (@roboton, Handle empty tibble for tidytable::unnest. #530)nth.()
: Extracts list elements (first
/last
/nth
should extract the value from a list #534)arrange.()
: Properly sortsNA
s (Unexpected NA handling with arrange.() #541)Deprecations
arrange_across.
/mutate_across.
/summarize_across.
are now defunct. They have beendeprecated with warnings since v0.6.4 (Jul 2021). Users must now use
across.()
insidearrange.()
/mutate.()
/summarize.()
.This discussion was created from the release v0.8.1.
Beta Was this translation helpful? Give feedback.
All reactions