Description Usage Arguments See Also Examples
Download PDF's of all the papers in your search results
1 2 3 4 5 6 7  | mx_download(
  mx_results,
  directory,
  create = TRUE,
  name = c("ID", "DOI"),
  print_update = 10
)
 | 
mx_results | 
 Vector containing the links to the medRxiv PDFs  | 
directory | 
 The location you want to download the PDF's to  | 
create | 
 TRUE or FALSE. If TRUE, creates the directory if it doesn't exist  | 
name | 
 How to name the downloaded PDF. By default, both the ID number of the record and the DOI are used.  | 
print_update | 
 How frequently to print an update  | 
Other helper: 
mx_crosscheck(),
mx_export()
1 2  | mx_results <- mx_search(mx_snapshot(), query = "10.1101/2020.02.25.20021568")
mx_download(mx_results, directory=tempdir())
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.