List all crops with both Italian and English names
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