download_mcpd: Download all passport data for one genebank in Excel format...

View source: R/genesys.R

download_mcpdR Documentation

Download all passport data for one genebank in Excel format and save it to disk

Description

Download all 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

HTTP response data

Examples

## Not run: 
  # Download MCPD passport data for NGA039
  excelData <- download_mcpd("NGA039")

## End(Not run)


genesysr documentation built on July 26, 2023, 5:53 p.m.