Learn R Programming

geohabnet (version 2.1.3)

search_crop: Search for crop

Description

It returns the dataset sources in which crop data is available. Essentially, a wrapper around geodata::spamCrops() and geodata::monfredaCrops()

Usage

search_crop(name)

Value

Logical. Sources iin crop data is available.

Arguments

name

name of crop

See Also

supported_sources()

Examples

Run this code
search_crop("coffee")
search_crop("wheat")
# \donttest{
search_crop("jackfruit")
# }

Run the code above in your browser using DataLab