unregister_vimpute_method: Remove a user-registered 'vimpute()' method

View source: R/vimpute_registry.R

unregister_vimpute_methodR Documentation

Remove a user-registered vimpute() method

Description

Remove a user-registered vimpute() method

Usage

unregister_vimpute_method(name)

Arguments

name

Single character string: the method name to remove. Built-in methods cannot be removed.

Value

Invisibly TRUE on success.

See Also

register_vimpute_method(), vimpute_methods()

Other vimpute method registry: register_vimpute_method(), vimpute_methods()

Examples

register_vimpute_method("cart",
  learner = list(regr = "regr.rpart", classif = "classif.rpart"))
unregister_vimpute_method("cart")

VIM documentation built on Sept. 2, 2026, 5:07 p.m.