remove.from.module.cache {lrequire} | R Documentation |
Removes module from cache, applying same logic as find.first.R
to find and remove it
Description
Removes module from cache, applying same logic as find.first.R
to find and remove it
Usage
remove.from.module.cache(module, character.only = FALSE)
Arguments
module |
name of a module, same as the one used in the |
character.only |
a logical value, defaulted to FALSE, that permits an unquoted name to be |
Value
boolean value yielding success of removal from the cache
Examples
remove.from.module.cache(variables)
[Package lrequire version 0.1.3 Index]