powered by
Download PDF's of all the papers in your search results
mx_download( mx_results, directory, create = TRUE, name = c("ID", "DOI"), print_update = 10 )
Vector containing the links to the medRxiv PDFs
The location you want to download the PDF's to
TRUE or FALSE. If TRUE, creates the directory if it doesn't exist
How to name the downloaded PDF. By default, both the ID number of the record and the DOI are used.
How frequently to print an update
Other helper: mx_caps(), mx_crosscheck(), mx_export()
mx_caps()
mx_crosscheck()
mx_export()
# \donttest{ mx_results <- mx_search(mx_snapshot(), query = "10.1101/2020.02.25.20021568") mx_download(mx_results, directory = tempdir()) # }
Run the code above in your browser using DataLab