Learn R Programming

rsurvstat (version 0.1.3)

cache_clear: Delete all cached SurvStat requests

Description

This function is only intended to be used interactively. The cache can be controlled with set_cache_settings()

Usage

cache_clear(confirm = utils::askYesNo("Are you sure?"))

Value

nothing. called for side effects

Arguments

confirm

can be set to TRUE to make function non interactive.

Examples

Run this code
cache_clear( confirm = interactive() )

Run the code above in your browser using DataLab