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_n_species()
n_species()
Suggested in camtraptor July 2023 coding sprint
Rationale: consistency. Some parameters should be removed as well
n_species( package = NULL, group_by = "deploymentID" # new param, not sure if other groups make sense # ... removed, see filters # datapkg removed )
The returned information would be:
deploymentID n_species # currently n
The text was updated successfully, but these errors were encountered:
n_species
Rename get_n_species as n_species
ffeb6cc
Fix #243.
Add renaming in NEWS.md
769dad4
#239, #231, #240, #243
get_n_obs()
get_n_individuals()
n_observations()
About deprecating vs removing old function: see #237 (comment)
Sorry, something went wrong.
Solved by PR #331.
No branches or pull requests
Suggested in camtraptor July 2023 coding sprint
Rationale: consistency. Some parameters should be removed as well
The returned information would be:
deploymentID n_species # currently n
The text was updated successfully, but these errors were encountered: