bold_seq(taxon='Coelioxys')
bold_seq(taxon='Aglae')
bold_seq(taxon=c('Coelioxys','Osmia'))
bold_seq(ids='ACRJP618-11')
bold_seq(ids=c('ACRJP618-11','ACRJP619-11'))
bold_seq(bin='BOLD:AAA5125')
bold_seq(container='ACRJP')
bold_seq(researchers='Thibaud Decaens')
bold_seq(geo='Ireland')
bold_seq(geo=c('Ireland','Denmark'))
# Return the httr response object for detailed Curl call response details
res <- bold_seq(taxon='Coelioxys', response=TRUE)
res$url
res$status_code
res$headers
## curl debugging
### You can do many things, including get verbose output on the curl call, and set a timeout
library("httr")
bold_seq(taxon='Coelioxys', config=verbose())[1:2]
# bold_seqspec(taxon='Coelioxys', config=timeout(0.1))
Run the code above in your browser using DataLab