Learn R Programming

lrequire (version 0.1.3)

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

Run this code
show.module.cache()
show.module.cache(all.names = TRUE)

Run the code above in your browser using DataLab