Skip to contents

List active ingredients

Usage

psm_wirkstoffe(
  wirkstoffId = NULL,
  params = list(),
  safe = TRUE,
  refresh = FALSE
)

Arguments

wirkstoffId

Optional active ingredient ID.

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 active ingredient and columns:

GENEHMIGT

Character. Approval flag.

KATEGORIE

Character. Ingredient category.

WIRKNR

Character. Active ingredient number.

WIRKSTOFFNAME

Character. Active ingredient name (German).

WIRKSTOFFNAME_EN

Character. Active ingredient name (English).

Details

Returns active ingredients (Wirkstoffe) from the plant protection product database.

See also

bunddev_parameters() to inspect available query parameters. psm_mittel() to list products.

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

Examples

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