Skip to contents

Tests whether the referendum with the supplied id exists or not.

Usage

rfrnd_exists(id, .use_testing_server = funky::config_val("use_testing_server"))

Arguments

id

Referendum's unique identifier.

.use_testing_server

Whether or not to use the testing servers instead of the production servers for RDB Services API calls etc.

Value

A logical scalar.

See also

Examples

rdb::rfrnd_exists("6303a4cba52c3995043a8c24")
#> [1] TRUE