entrez_post(db, ids, ...)
QueryKey integer identifier for specific query in webhistory
WebEnv character identifier for session key to use with history
Post IDs to Eutils for later use
## Not run: # so_many_snails <- entrez_search(db="nuccore", "Gastropoda[Organism] AND COI[Gene]", retmax=200)# upload <- entrez_post(db="nuccore", ids=so_many_snails$ids)# cookie <- upload$WebEnv# first <- entrez_fetch(db="nuccore", ids="", file_format="fasta", WebEnv=cookie, query_key=upload$QueryKey, retend=100)# second <- entrez_fetch(db="nuccore", ids="", file_format="fasta", WebEnv=cookie, query_key=upload$QueryKey, retstart=100)# ## End(Not run)