FRBCesab / funbiogeo

:package: R package to help with analyses in functional biogeography
https://frbcesab.github.io/funbiogeo/
GNU General Public License v2.0
10 stars 1 forks source link

Better check the species x category object #85

Open ahasverus opened 1 year ago

ahasverus commented 1 year ago

It could be great to check if all species present in the traits x species object are missing in the species x category object. This check can be add in the function check_species_categories() or in different function.

Then we can choose to return an error or to print a message to inform the user about this potential issue.

Note that we don't do this for the traits list, so maybe it's useless.