We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_record_table()
camtrapR_recordTable()
Suggested in camtraptor July 2023 coding sprint
Rationale: get functions are mixed bag, now same name as in camtrapR without masking. Some parameters should be removed as well.
camtrapR_recordTable( package = NULL, # ... removed, see filter functions stationCol = "locationName", exclude = NULL, minDeltaTime = 0, deltaTimeComparedTo = NULL, removeDuplicateRecords = TRUE # datapkg removed )
The text was updated successfully, but these errors were encountered:
Rename get_record_table to camtrapR_recordTable
d4ddc4d
Fix #240
Add renaming in NEWS.md
769dad4
#239, #231, #240, #243
Completed by PR #331.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Suggested in camtraptor July 2023 coding sprint
Rationale: get functions are mixed bag, now same name as in camtrapR without masking. Some parameters should be removed as well.
The text was updated successfully, but these errors were encountered: