Forget past results and reset the exoplanets cache.

forget_exoplanets()

Examples

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