Nothing
#' Clear the exoplanets cache
#'
#' Forget past results and reset the \code{exoplanets} cache.
#'
#' @examples
#' if (interactive()) {
#' system.time(exoplanets("k2names"))
#' system.time(exoplanets("k2names"))
#' forget_exoplanets()
#' system.time(exoplanets("k2names"))
#' }
#'
#' @export
forget_exoplanets <- function() {
memoise::forget(exoplanets)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.