entrez_fetch(db, ids = "", file_format, ...)
chracter string containing the file created
Download data from NCBI databases
snail_search <- entrez_search("nuccore", "Gastropoda[Organism]") records <- entrez_fetch("nuccore", snail_search$ids[1:2], "fasta")