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