cache_clear: Delete all cached 'SurvStat' requests

View source: R/survstat-backend.R

cache_clearR Documentation

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?"))

Arguments

confirm

can be set to TRUE to make function non interactive.

Value

nothing. called for side effects

Examples

cache_clear( confirm = interactive() )

rsurvstat documentation built on Feb. 20, 2026, 5:09 p.m.