Skip to contents

Get data version

Usage

psm_stand(safe = TRUE, refresh = FALSE)

Arguments

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

DATUM

Character. Release date of the current data set.

Details

Returns the release date/version of the plant protection product database.

Examples

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