Learn R Programming

genesysr (version 2.1.1)

download_pdci: Download PDCI data for one genebank in Excel format and save it to disk.

Description

Download PDCI data for one genebank in Excel format and save it to disk.

Usage

download_pdci(instituteCode, file = NULL)

Value

The downloaded PDCI file name

Arguments

instituteCode

FAO WIEWS institute code

file

Target file name. Defaults to Genesys-provided file name in the current working directory.

Examples

Run this code
if (FALSE) {
  # Download PDCI  data for NGA039
  excelData <- download_pdci("NGA039")
}

Run the code above in your browser using DataLab