inbo / camtraptor

Camtraptor is an R package to read, explore and visualize Camera Trap Data Packages (Camtrap DP)
https://inbo.github.io/camtraptor/
MIT License
10 stars 2 forks source link

Review helper functions #256

Open peterdesmet opened 1 year ago

peterdesmet commented 1 year ago

Suggested in camtraptor July 2023 coding sprint

zzz.R contains the following helper functions. It should be reviewed if they are still necessary and/or need to be renamed.

PietrH commented 1 year ago

collapse_transformer() is actually copied from the glue documentation: https://glue.tidyverse.org/articles/transformers.html

damianooldoni commented 1 year ago

Great news. Thanks to notice it! Stijn used it long time ago for etn package. Since then, I am reusing in other packages if needed. At that time still a piece of code on StackOverflow I think. Happy to see it in glue package. Once working on this issue we can check if we can make use of the glue function.