Skip to contents

List all crops with both Italian and English names

Usage

list_crops()

Value

A data frame with columns crop (Italian, canonical) and crop_en (English).

Examples

head(list_crops())
#>                                                crop
#> 1  Kiwifruit (green flesh) - fruit, wood and leaves
#> 2 Kiwifruit (yellow flesh) - fruit, wood and leaves
#> 3   Apricot (medium yield) - fruit, wood and leaves
#> 4     Apricot (high yield) - fruit, wood and leaves
#> 5        Other fruit trees - fruit, wood and leaves
#> 6                   Orange - fruit, wood and leaves
#>                                             crop_en
#> 1  Kiwifruit (green flesh) - fruit, wood and leaves
#> 2 Kiwifruit (yellow flesh) - fruit, wood and leaves
#> 3   Apricot (medium yield) - fruit, wood and leaves
#> 4     Apricot (high yield) - fruit, wood and leaves
#> 5        Other fruit trees - fruit, wood and leaves
#> 6                   Orange - fruit, wood and leaves