Combine get_rai()
and get_rai_individuals()
into new function rai()
#238
Milestone
get_rai()
and get_rai_individuals()
into new function rai()
#238
Suggested in camtraptor July 2023 coding sprint
get_rai()
returns the rai of observations per deployment and species. In contrast with #237,scientificName
is always returned.Created on 2023-07-13 with reprex v2.0.2
get_rai_individuals()
returns the rai of individuals per deployment and species. In contrast with #237,scientificName
is always returned.Created on 2023-07-13 with reprex v2.0.2
We suggest to combine this behaviour into a single function
rai()
that returns RAI characteristics per deployment and species. Filters are removed from the function, but supported byfilters_
functionsThe returned information would be:
The text was updated successfully, but these errors were encountered: