View source: R/vimpute_registry.R
| unregister_vimpute_method | R Documentation |
vimpute() methodRemove a user-registered vimpute() method
unregister_vimpute_method(name)
name |
Single character string: the method name to remove. Built-in methods cannot be removed. |
Invisibly TRUE on success.
register_vimpute_method(), vimpute_methods()
Other vimpute method registry:
register_vimpute_method(),
vimpute_methods()
register_vimpute_method("cart",
learner = list(regr = "regr.rpart", classif = "classif.rpart"))
unregister_vimpute_method("cart")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.