Learn R Programming

lrequire (version 0.1.3)

remove.from.module.cache: 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

Run this code
remove.from.module.cache(variables)

Run the code above in your browser using DataLab