-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Create individuals()
#149
Create individuals()
#149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
=======================================
Coverage 99.91% 99.91%
=======================================
Files 25 26 +1
Lines 1140 1149 +9
=======================================
+ Hits 1139 1148 +9
Misses 1 1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fixed function title (a copy/paste error)
- Indicated in Camtrap DP that we could benefit from some named individuals in example dataset
- use
expect_length(x, 3)
rather thanexpect_equal(nrow(x), 3)
Correction: |
fix #148
individuals()
returns a tibble with the columns "individualID", "scientificName", "lifeStage" and "sex".Only individuals with a individualID are returned.