undefine | R Documentation |
Undefine a module by dropping it definition from the modulr internal state.
undefine(name = .Last.name)
name |
A string (character vector of lenght one). A module name can contain letters, figures and some special characters,
namely Names containing The name "modulr" corresponds to a special module and is therefore reserved. |
It is considered a very bad practice to define, touch, undefine, load, make, reset, or perform any other operation from within a module definition that may alterate the internal state of modulr.
define
, list_modules
,
and reset
.
reset()
define("foo", NULL, function() "foo")
list_modules()
undefine("foo")
list_modules()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.