Learn R Programming

exoplanets (version 0.2.2)

forget_exoplanets: Clear the exoplanets cache

Description

Forget past results and reset the exoplanets cache.

Usage

forget_exoplanets()

Arguments

Examples

Run this code
# NOT RUN {
if (interactive()) {
  system.time(exoplanets("k2names"))
  system.time(exoplanets("k2names"))
  forget_exoplanets()
  system.time(exoplanets("k2names"))
}

# }

Run the code above in your browser using DataLab