| get_IEDB | R Documentation | 
This function is used to retrieve the full IEDB database from IEDB and extract it to a target folder.
get_IEDB(
  url = "https://www.iedb.org/downloader.php?file_name=doc/iedb_export.zip",
  save_folder = NULL,
  remove_zip = TRUE
)
| url | URL of the .zip file containing the full IEDB export (XML). | 
| save_folder | Path to folder for extracting the results. Defaults to "iedb_yyyymmdd", where yyyymmdd is replaced by the current date. | 
| remove_zip | logical flag: should the .zip file be deleted after extraction? | 
Felipe Campelo (f.campelo@aston.ac.uk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.