List crop groups
Usage
psm_kultur_gruppen(params = list(), safe = TRUE, refresh = FALSE)Arguments
- params
Named list of query parameters. Frequently used keys:
- kennr
Product id (e.g.
"024780-00").- wirkstoffId
Active ingredient id.
- awg_id
Application id.
- kultur
Crop filter code.
- kultur_gruppe
Crop group filter code.
- kode
Code filter for catalog lookups.
- kodeliste
Code list name.
- sprache
Language code.
- safe
Logical; if
TRUE(default), apply rate-limiting and cache GET responses totools::R_user_dir("bunddev", "cache").- refresh
Logical; if
TRUE, ignore cached responses and re-fetch from the API (defaultFALSE).
Value
A tibble with one row per crop-to-group mapping and columns:
- KULTUR
Character. Crop code (child).
- KULTUR_GRUPPE
Character. Crop group code (parent).
See also
bunddev_parameters() to inspect available query parameters.
Other Pflanzenschutzmittelzulassung:
psm_anwendungen(),
psm_mittel(),
psm_schadorg_gruppen(),
psm_stand(),
psm_wirkstoffe()