## dummy example
## query PubMed for scientific articles written by Damiano Fantini
## and download the resulting records in batches of up to 3 records.
## Records are saved as xml files in the working directory
batch_pubmed_download('Damiano Fantini[AU]', batch_size = 3)
## - no run -
## real world example
## download 5581 records from Entrez - executing the code will take some time!
## the following code will download all PubMed abstract about the gene p53
## published between june 1st, 2014 and june 1st, 2015
#
# batch_pubmed_download('P53 AND "2014/6/1"[PDAT] : "2015/06/1"[PDAT]')
#
## - end of no run -
Run the code above in your browser using DataLab