Closed etiennebacher closed 2 years ago
Merging #114 (54fdb68) into master (bbb9aed) will decrease coverage by
0.08%
. The diff coverage is85.71%
.
@@ Coverage Diff @@
## master #114 +/- ##
==========================================
- Coverage 93.53% 93.45% -0.09%
==========================================
Files 58 58
Lines 1455 1467 +12
==========================================
+ Hits 1361 1371 +10
- Misses 94 96 +2
Impacted Files | Coverage Δ | |
---|---|---|
R/relocate.R | 94.44% <85.71%> (-5.56%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
My fix fails when using column names e.g df %>% relocate(a, .after = c)
. There must be a cleaner way to fix this.
Close #110. I didn't use the code you put in #110 because it didn't seem to work. Maybe my solution can be simplified.
Created on 2022-08-27 by the reprex package (v2.0.1)
Only works if the argument passed are numeric.