-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
Hey everyone,
I've just started a massive nucleotidic analyses (metabarcoding) for marine fauna.
I would like to build a databank with all taxonomic children of Metazoa (AphiaID = 2), to do this Im using worms_dowstream with the following command :
metazoa_marine_children <- worms_downstream(id = 2, downto = "species", marine_only = TRUE)
But I only get an error message which is :
Error in vapply(x$rank, function(z) which_rank(z, zoo = zoo), 1) :
values must be length 1,
but FUN(X[[284]]) result is length 0
Can someone help to understand why when I want all of these data it doesn't work, but if I reduce for example to a choosen family and all her species it works?
Reactions are currently unavailable