download_pdci {genesysr} | R Documentation |
Download PDCI data for one genebank in Excel format and save it to disk.
download_pdci(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 PDCI file name
## Not run:
# Download PDCI data for NGA039
excelData <- download_pdci("NGA039")
## End(Not run)