Usage
contest_rule(id, user = NULL, pwd = NULL)
Arguments
- id
id of rule to contest.
- user
(character) Optional username for authentication. Defaults to GBIF_USER environment variable.
- pwd
(character) Optional password for authentication. Defaults to GBIF_PWD environment variable.
Value
A `list` information about the rule contested.
Examples
if (FALSE) { # \dontrun{
contest_rule(1)
} # }