Skip to contents

Mainly useful in tests.

Usage

geo_clear_rules(param = NULL)

Arguments

param

Optional character vector of names to remove. NULL (default) clears everything.

Value

Invisibly NULL.

Examples

geo_register_rule("tmp_param", "sum")
geo_clear_rules("tmp_param")