If your input vector or list of NCBI IDs is longer than about
2500 characters (use 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".