Learn R Programming

rmonad (version 0.7.0)

clear_cache: Clear cached values and delete temporary files

Description

Clear cached values and delete temporary files

Usage

clear_cache(m, index = .get_ids(m))

Arguments

m

Rmonad object

index

indices to clear (all indices by default)

Value

Rmonad object

See Also

Other cache: fail_cache, make_cacher, make_recacher, memory_cache, no_cache, void_cache

Examples

Run this code
# NOT RUN {
256 %v>% sqrt %>>% sqrt %>>% sqrt  -> m
m
clear_cache(m)
# }

Run the code above in your browser using DataLab