# The progress dialog is pretty verbose, so quiet=TRUE is a nice touch, but not by default
bold_trace(taxon='Osmia', quiet=TRUE)
# Use a specific destination directory
bold_trace(taxon='Bombus', institutions='York University', dest="~/mytarfiles")
bold_trace(taxon='Bombus', geo='Alaska', dest="~/mytarfiles")
# Another example
bold_trace(ids='ACRJP618-11', dest="~/mytarfiles")
bold_trace(ids=c('ACRJP618-11','ACRJP619-11'), dest="~/mytarfiles")
# read file in
x <- bold_trace(ids=c('ACRJP618-11','ACRJP619-11'), dest="~/mytarfiles")
(res <- read_trace(x$ab1[2]))
primarySeq(res)
secondarySeq(res)
head(traceMatrix(res))
Run the code above in your browser using DataLab