Skip to contents

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 to tools::R_user_dir("bunddev", "cache").

refresh

Logical; if TRUE, ignore cached responses and re-fetch from the API (default FALSE).

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).

Details

Returns hierarchical crop group classifications.

See also

bunddev_parameters() to inspect available query parameters.

Other Pflanzenschutzmittelzulassung: psm_anwendungen(), psm_mittel(), psm_schadorg_gruppen(), psm_stand(), psm_wirkstoffe()

Examples

if (FALSE) { # \dontrun{
psm_kultur_gruppen()
} # }