ncbi_get_taxon_summary(id, ...)
GET
data.frame
with the following rows:
nchar(paste(ids, collapse = "+"))
), split the list up into chunks since
at about that number of characters you will run into the HTTP 414 error
"Request-URI Too Long".
## Not run:
# ncbi_get_taxon_summary(c(1430660, 4751))
#
# # use curl options
# library("httr")
# ncbi_get_taxon_summary(c(1430660, 4751), config = verbose())
# ## End(Not run)
Run the code above in your browser using DataLab