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

Rename `get_record_table()` to `camtrapR_recordTable()` #240

Closed peterdesmet closed 2 months ago

peterdesmet commented 1 year ago

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
)
damianooldoni commented 2 months ago

Completed by PR #331.