tomyamashita / cameraTrapping

R package for managing camera trap data
GNU General Public License v3.0
0 stars 0 forks source link

If an error is returned in cameraRename3 when recombining list items, output list instead #22

Closed tomyamashita closed 1 year ago

tomyamashita commented 1 year ago

If there is an error when combining back items from the cameraRename3 functions, output the list version of the object instead. I should be able to use tryCatch() to output a list if an error is thrown

tomyamashita commented 1 year ago

This has been added and will be a part of v0.0.0.14