Skip to contents

Mainly useful in tests.

Usage

clear_geo_rules(param = NULL)

Arguments

param

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

Value

Invisibly NULL.

Examples

register_geo_rule("tmp_param", "sum")
clear_geo_rules("tmp_param")