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

Use `x` as argument of all the functions accepting a datapackage #323

Closed damianooldoni closed 4 months ago

damianooldoni commented 4 months ago

At the moment package is used. Replace it with x everywhere. Similar behavior in camtrapdp. We do it already in the reexported function read_camtrapdp(). It's a breaking change of course, but this is the less dangerous probably as the first argument is rarely called with its name like f(package = ).

damianooldoni commented 4 months ago

Close as completed via #325