Skip to contents

List pest groups

Usage

psm_schadorg_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 pest-to-group mapping and columns:

SCHADORG

Character. Pest organism code (child).

SCHADORG_GRUPPE

Character. Pest group code (parent).

Details

Returns hierarchical pest/pathogen group classifications.

See also

bunddev_parameters() to inspect available query parameters.

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

Examples

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