getCrops {icardaFIGSr}R Documentation

Crops Available in ICARDA's Genebank

Description

this function allows to obtain a list of crops available in ICARDA's Genebank Documentation System, it returns a list with codes and names of available crops.

Usage

getCrops()

Details

The crop codes and names are fetched from ICARDA's online server.

Value

A list containing all crops available in ICARDA's Genebank Documentation System.

Author(s)

Zakaria Kehel, Fawzy Nawar

Examples

if(interactive()){
 # Get list of available crops
 crops <- getCrops()
 }

[Package icardaFIGSr version 1.0.2 Index]