Skip to contents

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