bonushenricus
bonushenricus
Ottimo e grazie (excellent and thanks) Jorrit I think it's okay to ask @edwbaker because the Anagrus atomus is just one example among many so they should double-check how they...
Thanks Jorrit I saw that Ed Baker is a taxonomist who also worked on Chrysididae. If you can and want to introduce me here: I am an agricultural technician. Since...
Thank you! This works: > `rglobi::query("START sourceTaxon = node:taxons(name='Vitis vinifera'),targetTaxon = node:taxonPaths('path:Insecta') MATCH sourceTaxontarget-[:CLASSIFIED_AS]->targetTaxon RETURN distinct(targetTaxon.name),type(rel)")` The problem is the codification of Universal chalcidoidea database in GLOBI: it seems the...
Thanks for your answer. Wishes for a happy 2022. Yes, I could actually do what you suggest, but the problem is that I have to do it with a moving-window,...
Here #Define query req_bioass_sandfly_query = req_bioass_sandfly %>% req_url_query( "subject_taxon_name_id[]"=474243) %>% req_url_query( "biological_relationship_id[]"=13) %>% req_url_query( taxon_name_id_mode="true") so "...[]"=int is true but the taxonworks reduired other query parameter. Excuse-me
But for taxonworks is possible to add the same query with different value For example https://sandfly.taxonworks.org/biological_associations/filter.json?subject_taxon_name_id%5B%5D=474243&taxon_name_id_mode=true&biological_relationship_id%5B%5D=13&biological_relationship_id%5B%5D=11&biological_relationship_id%5B%5D=10&extend%5B%5D=object&extend%5B%5D=subject&extend%5B%5D=biological_relationship&extend%5B%5D=taxonomy&extend%5B%5D=biological_relationship_types I tried with ``` #Define query req_bioass_sandfly_query = req_bioass_sandfly %>% req_url_query( "subject_taxon_name_id[]"=474243) %>% req_url_query(...
Excuse-me: ``` #Define query req_bioass_sandfly_query = req_bioass_sandfly %>% req_url_query( "subject_taxon_name_id[]"=474243) %>% req_url_query( "biological_relationship_id[]"=8, "biological_relationship_id[]"=12, "biological_relationship_id[]"=13, "biological_relationship_id[]"=14, "biological_relationship_id[]"=10) %>% req_url_query( taxon_name_id_mode="true") ```
Hi. the two possibilities done the same error: > Error in `query_build()`: > ! Query parameters must be length 1 atomic vectors. > • Problems: biological_relationship_id[]
Hello Can you try with save_as = "original.csv"