Description Usage Arguments Details Value Author(s) Examples
Return a data frame with accession data for the specified crop.
1 2 3 4 5 6 7 8 9 10 |
crop |
character. Crop for which to get accession data. See section 'Details' for available crops or use |
ori |
string. Country of origin using the ISO 3166-1 alpha-3 country codes. Default: NULL. |
IG |
integer. Unique identifier of accession. Default: "". |
doi |
boolean. If |
taxon |
boolean. If |
collectionYear |
boolean. If |
coor |
boolean. If |
available |
boolean. If |
Types of crops available include:
'Aegilops'
'Barley'
'Bread wheat'
'Chickpea'
'Durum wheat'
'Faba bean'
'Faba bean BPL'
'Forage and range'
'Lathyrus'
'Lentil'
'Medicago annual'
'Not mandate cereals'
'Pisum'
'Primitive wheat'
'Trifolium'
'Vicia'
'Wheat hybrids'
'Wheat wild relatives'
'Wild Cicer'
'Wild Hordeum'
'Wild Lens'
'Wild Triticum'
Alternatively, the list of available crops can be fetched from ICARDA's online server using getCrops
.
A data frame with accession passport data for specified crop in crop
from the locations in ori
.
Khadija Aouzal, Amal Ibnelhobyb, Zakaria Kehel, Fawzy Nawar
1 2 3 4 5 6 7 | ## Not run:
if(interactive()){
# Obtain accession data for durum wheat
durum <- getAccessions(crop = 'Durum wheat', coor = TRUE)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.