download_mcpd {genesysr} | R Documentation |
Download passport data for one genebank in Excel format and save it to disk
download_mcpd(instituteCode, file = NULL)
instituteCode |
FAO WIEWS institute code |
file |
Target file name. Defaults to Genesys-provided file name in the current working directory. |
The downloaded MCPD file name
## Not run:
# Download MCPD passport data for NGA039
excelFile <- download_mcpd("NGA039")
## End(Not run)