forget_exoplanets: Clear the exoplanets cache

View source: R/cache.R

forget_exoplanetsR Documentation

Clear the exoplanets cache

Description

Forget past results and reset the exoplanets cache.

Usage

forget_exoplanets()

Examples

if (interactive()) {
  system.time(exoplanets("k2names"))
  system.time(exoplanets("k2names"))
  forget_exoplanets()
  system.time(exoplanets("k2names"))
}


ropensci/exoplanets documentation built on Sept. 24, 2022, 6:19 p.m.