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 lrequire method, that will be removed from the cache, such that the next time the module is lrequire'd, it will be read and executed.

character.only

a logical value, defaulted to FALSE, that permits an unquoted name to be lrequire-d. Set this to TRUE when passing a variable to lrequire, requiring a quoted string.

Value

boolean value yielding success of removal from the cache

Examples

remove.from.module.cache(variables)

[Package lrequire version 0.1.3 Index]