Learn R Programming

startup (version 0.22.0)

reset_when_cache: Reset all or parts of the "when" cache

Description

Reset all or parts of the "when" cache

Usage

reset_when_cache(
  when = c("once", "hourly", "daily", "weekly", "fortnightly", "monthly")
)

Value

(invisible) The pathnames of the "when" cache files removed.

Arguments

when

(character vector) Specifies for which "when" frequencies the cache should be reset. The default is to reset all of them.