Closed cells2numbers closed 5 years ago
Merging #14 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #14 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 144 173 +29
=====================================
+ Hits 144 173 +29
Impacted Files | Coverage Δ | |
---|---|---|
R/track.R | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3b0ab70...4c0c1a8. Read the comment docs.
First function was rewritten with colnames of x, y and time coordinates as input.
Basically, the old code
becomes
ToDo: look for a better solution to calculate the displacement. Better = without the need of the helper column!
Helpful sources: https://github.com/tidyverse/dplyr/issues/1600, also see vignette("programming")
Functions that need to be updated:
Some good resources for tidy eval: https://maraaverick.rbind.io/2017/08/tidyeval-resource-roundup/