remove_rule: Removes an existing rule

Description Usage Arguments Details Value Author(s) Examples

Description

remove_rule is a function to removes the existing rules. Can remove several rules at once.

Usage

1

Arguments

name

character. Specified name/s of the rule to be removed.

all

logical. Should all the rules be removed?

Details

If all = TRUE is used, the name parametr name will not be evaluated at all.

Value

Return a message confirming the removal.

Author(s)

Michal Kubista

Examples

1
2
3
4
5
6
7
8
## Not run: 
remove_rule(name = "test1")
# removes rule called "test1"

remove_rule(all = TRUE)
# removes all rules

## End(Not run)

kubistmi/verifier documentation built on May 14, 2019, 7:42 a.m.