R/make_rule_comment.R
make_rule_comment.Rd
Make a comment on rule.
make_rule_comment(id = NULL, comment = NULL, user = NULL, pwd = NULL)
id of the rule you want to leave a comment on.
comment.
(character) Optional username for authentication. Defaults to GBIF_USER environment variable.
(character) Optional password for authentication. Defaults to GBIF_PWD environment variable.
A `tibble`.
if (FALSE) { # \dontrun{ make_rule_comment(1,"comment") } # }