Closed Rekyt closed 1 year ago
There should have been a discrepancy in the version I had locally installed, because with the current version this is what I get:
library("funbiogeo")
ko = fb_get_all_trait_coverages_by_site(
site_species[, 1:2], species_traits, all_traits = TRUE
)
ko[1:2, ]
#> site all_traits adult_body_mass gestation_length litter_size max_longevity
#> 1 1 1 1 1 1 1
#> 2 2 1 1 1 1 1
#> sexual_maturity_age diet_breadth
#> 1 1 1
#> 2 1 1
Created on 2023-05-31 with reprex v2.0.2
So no visible issues here. For the sake of safety, I'll check the behavior of other fbget*() functions.
They all work perfectly fine, so no need to worry about it.
See below:
Created on 2023-05-23 with reprex v2.0.2