show.module.cache {lrequire} | R Documentation |
Prints the current file cache
Description
Prints the current file cache
Usage
show.module.cache(all.names = FALSE)
Arguments
all.names |
a logical value. If TRUE, all object names are returned. If FALSE, names which begin with a . are omitted. |
Value
Nothing is returned, however, the contents of the module cache are printed to the standard output.
Examples
show.module.cache()
show.module.cache(all.names = TRUE)
[Package lrequire version 0.1.3 Index]