Description Usage Details Value Author(s) Examples
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.
1 | getCrops()
|
The crop codes and names are fetched from ICARDA's online server.
A list containing all crops available in ICARDA's Genebank Documentation System.
Zakaria Kehel, Fawzy Nawar
1 2 3 4 | if(interactive()){
# Get list of available crops
crops <- getCrops()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.